which command is used to change group?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / naveen kumar
"#groupmod" is the command to change the group.
| Is This Answer Correct ? | 1 Yes | 7 No |
What is in grep command?
What do chown command do?
What is nr in awk command?
Which RAID Levels supported by LVM?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
What is a Unix signal, and how do you handle them?
What is a command and examples?
How does a user get the current date, time in UNIX?
How to remove a crontab file?
Name the unix command to find how many days the server has been up.
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
what is the difference between commmands cmp and diff?