Do the following:
Add group:
sudo addgroup staffAdd user to group:
sudo adduser mike staffGive group access to folder:
sudo chgrp -R staff /home/ClientsSet permissions on folder:
sudo chmod -R 775 /home/ClientsMake all folders subsequently created inside
/home/Clientsto be owned bygroupstaff:sudo setfacl -dR -m g:staff:rwx /home/Clients
Arch Linux ARM Tutorial Part 2: Installing Sudo
signal-cli is a commandline interface for Signal (libsignal-service-java) and supports registering, verifying, sending and receiving messages
Linux IOMMU group binding command line tool
In the readme you give a example for a network device but since gpus do not have a identifier, how do I passthrough gpus with your tool?
More on reddit.comRecommended user groups for first install
Thanks to systemd you shouldn't have to add your user to much, maybe wheel is all you need.
Here is a list of the standard groups: https://wiki.archlinux.org/index.php/Users_and_groups#Group_list
More on reddit.comHow do I delete a group in Linux?
How do I add a user to a group after creating it?
How do I find what GID was assigned to a new group?
Videos
Do the following:
Add group:
sudo addgroup staffAdd user to group:
sudo adduser mike staffGive group access to folder:
sudo chgrp -R staff /home/ClientsSet permissions on folder:
sudo chmod -R 775 /home/ClientsMake all folders subsequently created inside
/home/Clientsto be owned bygroupstaff:sudo setfacl -dR -m g:staff:rwx /home/Clients
I named group of downloaders "dlers" in example. Also change user "joe" enter that group.
sudo groupadd dlers
sudo chgrp dlers /home/Clients
sudo adduser joe dlers
sudo chmod 770 /home/Clients # users not in group dlers cannot vi