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 are file permissions in Unix, and how are they represented?
What is Unix, and how does it differ from other operating systems?
What is the significance of the 'tee' command?
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
what these two commands prints "echo test","cat test"?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
What UNIX command will control the default file permissions when files are created?
What does #!/ Bin sh do?
What do know about tee command?
How to check the flavor of UNIX?
What is awk command used for?