File ownership permissions have three categories. A file is owned by a user, a single group, and other users. The most specific permission applies. User permissions override group permissions, and group permissions override other permissions.
The ls command -l option expands the file listing to include both the file permissions and ownership.
The chmod command changes file permissions from the command line.
The chmod command can use one of two methods to represent permissions: symbolic or octal.
The chown command changes file ownership. The chown command -R option recursively changes the ownership of a directory tree.
The umask command without arguments displays the current umask value of the shell.
Every process on the system has a umask.
The default umask values for Bash are defined in the /etc/login.defs file and might be affected by settings in the /etc/profile and /etc/bashrc files, files in /etc/profile.d, or your account's shell initialization files.
The suid, sgid, and sticky special permissions provide additional access-related features to files.
Click CREATE to build all of the virtual machines needed for the classroom lab environment. This may take several minutes to complete. Once created the environment can then be stopped and restarted to pause your experience.
If you DELETE your lab, you will remove all of the virtual machines in your classroom and lose all of your progress.