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
2
Q
Linux Command used to print the full contents of a file to the screen
A
cat
(Concatenate)