Which Linux command changes the file ownership designation from one user account to another? MCQ with Answer and Explanation

Which Linux command changes the file ownership designation from one user account to another?
A. passwd
B. chown
C. chmod
D. chgrp
Answer: Option B
Solution (By JKExamLibrary)
The 'chown' command stands for change owner, used by administrators to alter individual user ownership assignments on files or folders.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
What type of multitasking technique requires the operating system to explicitly allocate a specific time slice (quantum) to each running process?
A. Single-tasking
B. Preemptive Multitasking
C. Cooperative Multitasking
D. Sequential Multitasking

Correct Answer: Option B


Explanation:
In Preemptive Multitasking, the OS uses a hardware timer to interrupt a process when its allocated time slice (quantum) expires, ensuring fair CPU distribution.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which Windows 11 feature utilizes hardware virtualization capabilities to create a secure, isolated enclave for sensitive core OS credentials?
A. Storage Spaces
B. BitLocker Drive Encryption
C. Virtualization-Based Security (VBS)
D. Windows Defender Firewall

Correct Answer: Option C


Explanation:
Virtualization-Based Security (VBS) uses hardware-level virtualization to isolate a secure memory region from the standard operating system layer.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the purpose of the 'chkdsk' utility command in a Microsoft Windows environment?
A. To scan and repair structural file system errors and bad sectors on a storage volume.
B. To monitor internet data usage.
C. To update the motherboard BIOS firmware to the latest version.
D. To clean up browser history and cookies from the main storage.

Correct Answer: Option A


Explanation:
The CHKDSK (Check Disk) utility inspects file systems and hard drives for physical or logical integrity issues and repairs them.

This question belongs to: Computer Operating Systems