ubuntu can folder have permissions with more groups? code example
Example 1: how to give permission to a user in linux on a folder
sudo chmod u+w myfolder
Example 2: how to revoke permissions from group and others
chmod go-rwx file
sudo chmod u+w myfolder
chmod go-rwx file