Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions documentation/asciidoc/computers/configuration/users.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ $ sudo su - <username>

If the above command runs successfully, permissions were successfully configured for the user.

If you've changed your keyboard layout, you might find that the newly added user is using the "wrong" keyboard layout. To fix this, sign in as the new user and run:

[source,console]
----
$ sudo raspi-config nonint update_labwc_keyboard
----

=== Delete a user

To delete a user, run the following command, replacing the `<username>` placeholder with the username you would like to delete:
Expand Down