You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/asciidoc/computers/configuration/users.adoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,13 @@ $ sudo su - <username>
48
48
49
49
If the above command runs successfully, permissions were successfully configured for the user.
50
50
51
+
If you've changed your keyboard layout, you may find that the newly-added user is using the "wrong" keyboard layout. To fix this, log in as the new user and run:
52
+
53
+
[source,console]
54
+
----
55
+
$ sudo raspi-config nonint update_labwc_keyboard
56
+
----
57
+
51
58
=== Delete a user
52
59
53
60
To delete a user, run the following command, replacing the `<username>` placeholder with the username you would like to delete:
0 commit comments