Final answer:
The true statement is that ``password change fails since user does not have permission to update /etc/ passwd file``
The correct answer is option ⇒1
Step-by-step explanation:
When a user who does not belong to the group 'root' runs the passwd executable to change their password, the change fails due to insufficient permissions. In the ls -l output, the /etc/ passwd file has permissions -rw-rw-r–, which means that only the owner and group have write permission.
Since the user does not belong to the 'root' group, they do not have the required write access to update the file.
The correct answer is option ⇒1