Chapter 13 Exam Linux
What umask value would you use in order for new directories to have the permissions of rwxr-x--x?
026
For rwxr-x--x permission set, the bolded permissions belong to
All users besides the user owner and group owner
To switch to another group, you must:
Be a member of the group that you are switching to
To run binary executables, you need both read and execute permission.
False
The command, chmod 2777 /data wil
Make the /data directory a setgid directory
The command, chmod 1777 /data will
Make the /data directory a sticky bit directory
To have permissions set to rwxr-x--x, you can use the following command
chmod 751
Which command can change the user owner of a file?
chown
Which commands can be used to change the ownership of a file? (choose two)
chown chgrp
Which permission, when set on a directory, causes new files and directories that are created inside to be owned by the group that owns the directory?
setgid