diff --git a/documentation/asciidoc/computers/configuration/users.adoc b/documentation/asciidoc/computers/configuration/users.adoc index d9f45c13d..4c170a331 100644 --- a/documentation/asciidoc/computers/configuration/users.adoc +++ b/documentation/asciidoc/computers/configuration/users.adoc @@ -36,7 +36,7 @@ To grant the new user necessary permissions, like `sudo`, run the following comm [source,console] ---- -$ sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi +$ sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,render,netdev,lpadmin,gpio,i2c,spi ---- To check that the permissions were successfully granted, run the following command, replacing the `` placeholder with the username for the new user: