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 the comma to display different lines that are found when compare two files?
How to view the hidden files in /etc directory?
Which command will print your home directory on screen?
Explain mount and unmount command.
How to open a Database using Unix Command Please Do Reply
How do I use grep to search for a file?
What is the functionality of a top command?
How to see unused port number in Solaris?
what will this do $cat > file.c ?(file.c is a file in current directory)
what is tar command and what are the different types of tar commands?
How to find $ai_serual resolved path by using unix
What is the command to find maximum memory taking process on the server?