CompTIA A+ 1102 MbG > Linux > Flashcards
Explain rwxr-xrwx
Permissions (owner,group,other)R=4 W=2 X=1rwxrw-r— would be 764R=readW=writeX=execute
Linux Command used to print the full contents of a file to the screen
cat(Concatenate)