Linux Commands Flashcards
1
Q
What does the “getfacl” command do?
A
Get file access control lists
2
Q
What is the “man” command?
A
An interface to the online reference manuals; the system’s manual pager
3
Q
What does “sudo” allow a user to do?
A
Execute a command as the superuser or another user
4
Q
What does “chmod” stand for?
A
Change mode
5
Q
What does the “chmod” command do?
A
Change file mode bits; used to change the access permissions of file system objects (sometimes called modes)
6
Q
What does the “&” indicate at the end of a command?
A
To run the command in parallel to the shell program; run in the background.