CyberCertPrepSecurity FundamentalsLinux BasicsEASYFree question
In Linux file permissions, what does the 'x' permission represent?
- A.Exclude
- B.Execute
- C.Export
- D.Extended
Why B is correct
The 'x' permission allows executing a file (running it as a program or script) or accessing a directory (entering it with cd). The three permission types are r (read), w (write), and x (execute).
Know someone studying for Security Fundamentals? Send them this one.