CyberCertPrepSecurity FundamentalsLinux BasicsEASYFree question
Which command changes file permissions in Linux?
- A.A. chown
- B.C. chattr
- C.B. chmod
- D.D. setfacl
Why C is correct
'chmod' (change mode) modifies file permissions. It can use octal notation (chmod 755 file) or symbolic notation (chmod u+x file). 'chown' changes ownership, 'chattr' changes extended attributes, and 'setfacl' manages ACLs.
Know someone studying for Security Fundamentals? Send them this one.