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 |
Briefly, how do you install Oracle software on UNIX.
What is the protocol for PING command?
What is s and g in sed command?
what is the difference between SED and GREP ? Which one is more better and why?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
what is the difference between npar and vpar in HP-UX?
How to display no of records in oracle using unix command?
What is the use of cut command in unix?
what are the different commands used to view the contents of a file?
What will the following command do?
If JFS file system is 100% full how we can increase the file system ?
which command is used to stop a running process in unix?