Default Permissions Flashcards
1
Q
How do you show default umask permissions?
A
umask
2
Q
What are the default permissions linux sets for a file excluding umask?
A
666
3
Q
What are the default permissions linux sets for a directory excluding umask?
A
777
4
Q
With a umask of 0022, what will the default permissions be for a new file?
A
644
5
Q
With a umask of 0022, what will the default permissions be for a new directory?
A
655
6
Q
How can you set the umask interactively?
A
umask >nnnn<
i. e umask 0002
* only affects current shell session
7
Q
How is umask set permanently?
A
In /etc/bashrc and /etc/profile