Understanding Cisco Cybersecurity Fundamentals (SECFND, legacy) — Question 100

When issuing the command ls -l (filename), what is the correct order of user permissions?

Answer options

Correct answer: C

Explanation

The command ls -l provides a detailed listing of files and directories, including user permissions in the order of owner, group, and others. 'chown' is the command used to change file ownership, which is why it is the correct answer. Options A and B are not commands, and D, 'chmod', is used to change file permissions, not the order of permissions displayed.