Test yourself under real exam conditions: 50 timed questions, 60 on the clock, pass mark 70%%. Instant score with a full review of everything you got wrong. Free — no account needed.
Exam details
rwxr-xr-- mean?Owner: rwx (7).
Group: r-x (5).
Other: r-- (4).
Octal: 754.
rw-r--r-- — owner read+write, group read, others read.
rwxr-xr-x — typical for executables and directories.
rw------- — typical for private files like ~/.ssh/id_ed25519.
rwx------ — typical for ~/.ssh directory.