正解:B
The chmod command in Unix/Linux systems changes file and directory permissions, allowing a technician to control read, write, and execute rights for users and groups. sudo allows running commands with elevated privileges but doesn't directly change permissions. mv moves or renames files, and pwd prints the current working directory. Core 2 exam content covers basic Linux command-line utilities where chmod is essential for managing permissions to secure files and directories.