Multiple choice technology operating systems

passwd command is owned by root and hence can be run by root only

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Although the passwd executable is owned by root, it has the setuid (SUID) permission bit set. This allows normal users to run it to change their own passwords, executing with root privileges temporarily for that purpose.