For the following exercises, open up your Terminal and try to solve the following tasks:
- Create a new user abraham with a user ID of 333.
- Create a new group admins.
- Add user abraham to the admins group.
- Make admins the group owner of the directory /home/abraham.
- Members of the admins group can only list the contents of the directory /home/abraham.
True or false
- chmod a=rxw facts.txt will have the same result as chmod 777 facts.txt.
- chmod a=rw facts.txt will have the same result as chmod 665 facts.txt.
- User elliot can have more than one primary group.