Term of the Moment

cell tower


Look Up Another Term


Definition: chgrp


(CHange GRouP) A Unix command that allows users to change the group that a file or directory (folder) belongs to, providing they are a member of the group. The following example changes the stuff directory to mygroup. See ls, chown and chmod.

      chgrp mygroup stuff