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