Question: Why is the passwd command able to modify the /etc/passwd file?
- The kernel identifies it as one of the names of extended commands.
- It has the same name as the file it modifies.
- It has the SUID permission mode and is owned by root.
- It is a system administration command.
Answer: The correct answer of the above question is Option C:It has the SUID permission mode and is owned by root.