cyber revision

OS & Identity Security

Linux permissions, Windows/AD, authentication and access models.

1 / 14
LinuxWhat does octal permission 755 mean?tap or press space to flip
Answerrwxr-xr-x: owner read/write/execute, group and others read+execute. (r=4, w=2, x=1 per class.)
Recall the answer, then flip