Skip to content

Commit 97d6bad

Browse files
authored
Update list of groups to reflect default user's groups in Bookworm (#4139)
1 parent 0c114d7 commit 97d6bad

File tree

1 file changed

+1
-1
lines changed
  • documentation/asciidoc/computers/configuration

1 file changed

+1
-1
lines changed

documentation/asciidoc/computers/configuration/users.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To grant the new user necessary permissions, like `sudo`, run the following comm
3636

3737
[source,console]
3838
----
39-
$ sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi <username>
39+
$ sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,render,netdev,lpadmin,gpio,i2c,spi <username>
4040
----
4141

4242
To check that the permissions were successfully granted, run the following command, replacing the `<username>` placeholder with the username for the new user:

0 commit comments

Comments
 (0)