Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3755

Troubleshooting • Re: Add user to welcome screen challenge

$
0
0
Check the groups the old and new users are members of. (Use the "groups" command when logged in as that user).

You can add a user to a group like this (add "myuser" to "video" and "audio" groups)

Code:

sudo usermod -a -G video,audio myuser
Make sure you use the "-a" option or the user will be removed from any existing groups!

Statistics: Posted by rpdom — Tue Dec 10, 2024 10:31 am



Viewing all articles
Browse latest Browse all 3755

Trending Articles