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?
What is the use of the tee command?
Why is grep called grep?
What is $0 bash?
Write a command to kill the last background job?
Write a command that will display files in the current directory, in a colored, long format.
What does sed command do in unix?
What are the unix commands?
What does grep v do?
How do I use grep to search for a file?
What does grep v grep do?
How to use grep command to list find the records of a file containing 10 different strings?
Which unix command to make a new directory?
Explain mount and unmount command.
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