Linux Commands Flashcards

1
Q

What does the “getfacl” command do?

A

Get file access control lists

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the “man” command?

A

An interface to the online reference manuals; the system’s manual pager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does “sudo” allow a user to do?

A

Execute a command as the superuser or another user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does “chmod” stand for?

A

Change mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly