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 |
How do you grep a case insensitive?
What command will bring user back to their home directory in UNIX?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
what are wild cards?
Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.
8 Answers Concentrix, IBM, Symantec, TCS,
In vi editor how do you execute unix commands?
What does grep v grep do?
Explain the steps that a shell follows while processing a command.
Which command is used to find whether the system is 32 bit or 64 bit?
How to check the flavor of UNIX?
Give Command that will move a single file called "unix.txt"
distinguish between interrupts and exceptions?