Multiple choice general knowledge science & technology

chgrp command is for

  1. Change Gear

  2. Change Guard

  3. Change Graphics

  4. Change Group

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The 'chgrp' command in Unix/Linux is specifically used to change the group ownership of a file or directory. It stands for 'change group' and is used to modify which group has access rights to a file. This is different from 'chown' which changes both user and group ownership. Group ownership is a key component of Unix's multi-user security model.