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 .sh file?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What are filter commands in unix?
Explain command to show the space allocation of files?
What do know about tee command and its usage?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is ctrl d?
What is the first character of the output in ls l command?
What do chmod, chown, chgrp commands do?
What is the behavioural difference between cmp and diff commands?
Which unix command to make a new directory?
Why is grep called grep?
How do I delete files from command prompt?
What are the dos commands?
Using unix command how to display no of records in oracle?