File Permissions And Ownership Flashcards
1
Q
What utility allows me to change file permissions?
A
chmod
2
Q
For setting file permissions what are the three octal number representations?
A
- 4- if the read permission is wanted
- 2 - if the write permission is wanted
- 1 if the execute permission is wanted
3
Q
What utility allows me to change ownership of a file?
A
chown
4
Q
Name the utility that allows me to change group ownership?
A
chgrp