Which command is used to change your password?
C
Correct answer
Explanation
The passwd command is the standard Unix/Linux utility for changing a user's password. It prompts for the current password (if required) and then for the new password twice to confirm. The other options are incorrect: password and pass are not standard commands for this purpose, while pwd (print working directory) displays the current directory path.