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
Are you in or at the office?
How do I open a port?
Explain mount and unmount command.
How do I use grep to find a file?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Which command should you use to find the remaining disk space in unix server?
Which unix command to make a new directory?
What is the functionality of a top command?
What will the following command do?
What is grep command in unix with examples?
What is the comma to show the space allocation of files?
Name the various commands that are used for the user information in unix.
How do I search for text in vi?
Write a command to display a file’s contents in various formats?
Who command in unix?