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.