What type of information is contained in the /etc/bash.bashrc file?
System wide functions and aliases
What is the purpose of the /etc/profile file?
System wide environment and startup programs
Default filesystem permissions for files?
666
Default filesystem permissions for directories?
777
Default filesystem umask?
022
What is similar to the “Run As” command on windows?
The SUID bit
What does the sticky bit accomplish?
User can only delete files if they own it, are root, or own the directory