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)Make sure you use the "-a" option or the user will be removed from any existing groups!
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
Statistics: Posted by rpdom — Tue Dec 10, 2024 10:31 am