A desktop technician working on a Linux workstation needs to reassign the owner of a document from one user account to another. Which command-line utility should the technician use to modify the file ownership?
- chownAnswer
- Bchmod
- Cls
- Dps
Answer
The chown utility is the correct command used to change user ownership of files and directories in Linux and macOS operating systems.
The chown command (short for 'change owner') allows system administrators and file owners to change the assigned user account or group associated with a file or directory in Unix-like operating systems.
Step-by-Step Solution
Key Concept
Linux/macOS command-line utilities for file owner and permission management