answersLogoWhite

0


Best Answer

The CHGRP command is used to change the ownership of a specific file or directory. More information about this command can be found on the IBM Help Index website.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you use the CHGRP command for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you change groups in Linux?

chgrp command. In terminal type 'man chgrp' for instructions


Is chgrap a Linux command?

I think you mean chgrp. It stands for change group. you use it thusly: chgrp groupname target1<target2, target 3,...>


How many arguments for the chgrp command in Linux take at a minimum?

2


What command would you utilize to change the ownership group of a file named xxx.php?

If you are asking about group ownership change then the command is 'chgrp'


What command could you use to change the owner to bob and the group owner to acctg for the file etc yearend?

This is accomplished via two different commands; the sequence would be: chown bob /etc/yearend chgrp acctg /etc/yearend


What are file permissions in Linux?

The typical way to view file permissions is to use the 'ls' command with the long listing options enabled, For example, to see the file permissions for everything in the current directory, type: ls -lsa


How to use router rip command?

use of routerrip command


What is the command used to change the file access permission?

Linuxchmod: change permission bits (only the owner and root are allowed to do this)chown: change owner and group (only root is allowed to change owner, group may be changed by owner)chgrp: change group (only the owner and root are allowed to do this)


To move to the root directory use the command?

For Unix/Linux, use the command 'cd /' For Windows, you can also use the same command or 'cd \'


Which command we use to see MS-DOS version?

You can use "ver" command.


What command do you use to change your password on a Unix system?

Use the command 'passwd'


How do you end your command line?

Use "exit" command.