Linux Permissions
From James's Wiki
https://www.geeksforgeeks.org/linux-setfacl-command-with-example/
create a new group
sudo groupadd mynewgroup
view groups of a user
groups exampleusername
show ids associated with groups etc
id exampleusername
add user to group
usermod -a -G examplegroup exampleusername