Answer Posted / rhino
"chgrp" -- is the command used to change the group of a
file . Only the owner of a file can change its group, and
can only change it to a group of which he is a member.
chgrp -R testgrp .
change the ownership of this directory to group 'testgrp'
and everything inside of it (-R = recursive). The person
issuing this command must own all the files or it will fail
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between grep and find command in unix?
Using unix command how to display no of records in oracle?
What is s and g in sed command?
why metadb requires a seperate slice to create Solaris volume manager
How do I open a port?
Name the general commands in using unix os for a beginner?
How to use grep command to list find the records of a file containing 10 different strings?
What is “chmod” command?
What happens when we execute a unix command?
What do chgrp command do?
what is the advaantage of each user having its own copy of the shell?
What are the general commands in using unix os for a beginner?
What is the difference between cat command and more command?
Differentiate cmp command from diff command.
What is grep short for?