In Linux, the 'chown' command can change both owner and group. Which option changes only the group? MCQ with Answer and Explanation

In Linux, the 'chown' command can change both owner and group. Which option changes only the group?
A. chown .group
B. chown user:group
C. chown user:
D. chown :group file
Answer: Option D
Solution (By JKExamLibrary)
chown :group sets the group ownership without changing the owner; chown user:group sets both.

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
Which Windows tool displays comprehensive diagnostic indicators detailing live CPU, memory, disk, and network parameters broken down by individual process IDs?
A. System Restore Console
B. Resource Monitor
C. Device Manager Panel
D. Registry Base Applet

Correct Answer: Option B


Explanation:
Resource Monitor expands on basic Task Manager metrics, providing fine-grained real-time tracking of handle bounds, disk channel usage, and network sockets.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In Linux, what is the root user's home directory?
A. /home/root
B. /usr/root
C. /var/root
D. /root

Correct Answer: Option D


Explanation:
The root user's home directory is /root, separate from other users' home directories under /home.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which of the following is a symmetric multiprocessing (SMP) system?
A. A system with multiple processors sharing a single memory space and OS
B. A system that uses distributed memory
C. A system with one processor and multiple cores
D. A system with multiple processors each with their own memory

Correct Answer: Option A


Explanation:
SMP architecture has multiple CPUs sharing a single main memory and OS, with equal access to resources.

This question belongs to: Computer Operating Systems