""
-
- Log in as alice on your serverX virtual machine and open a window with a Bash prompt. Use the umask command without arguments to display Alice's default umask value.
-
Create a new directory /tmp/shared and a new file /tmp/shared/defaults to see how the default umask affects permissions
-
Change the group ownership of /tmp/shared to ateam and record the new ownership and permissions
-
Create a new file in /tmp/shared and record the ownership and permissions
-
Ensure the permissions of /tmp/shared cause files created in that directory to inherit the group ownership of ateam.
-
Change the umask for alice such that new files are created with read-only access for the group and no access for other users. Create a new file and record the ownership and permissions.
-
Open a new Bash shell as alice and view the umask
-
Change the default umask for alice to prohibit all access for users not in their group
-
Log out and back into serverX as alice and confirm that the umask changes you made are persistent
1