Linux Flashcards

1
Q

Explain rwxr-xrwx

A

Permissions (owner,group,other)
R=4 W=2 X=1
rwxrw-r— would be 764
R=read
W=write
X=execute

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

Linux Command used to print the full contents of a file to the screen

A

cat
(Concatenate)

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