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 $0 bash?
Is ‘du’ a command? If so, what is its use?
What is the use of touch command in there?
How to display a file name which has zero bytes in size.
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
which command is used to change group?
what is the use of wild cards?
Explain command to display different lines that are found when compare two files?
Can a process kill itself in UNIX/or in its various versions?
What is the Unix file system hierarchy?
What command would users use to see what file one page at a time in UNIX?
what are processor execution levels and priorities?