CyberCertPrepSecurity FundamentalsLinux BasicsEASYFree question
In Linux file permissions, what does the 'x' permission represent?
- A.B. Execute
- B.A. Export
- C.C. Exclude
- D.D. Extended
Why A 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.