81207/how-to-change-the-group-of-a-folder-in-linux-system
Hi Guys,
I have one folder that is assigned to a group. Now I want to change the group of this folder. How can I do that?
Hi@akhtar,
You can use chgrp command in your Linux system. This command has the capability to change the group of a folder. I have attached one example below.
$ chgrp mygroup Music/ $ ls -ld Music/ drwxr-xr-x. 2 root mygroup 6 Jul 26 18:55 Music/
Hi@akhtar, If you prefer using the command line, ...READ MORE
To list all the groups groups or to list ...READ MORE
Hi@MD, On Linux, group information is held in the /etc/group file. ...READ MORE
Hi@akhtar, In Linux, different users have different roles ...READ MORE
Hi@akhtar, You got this error because your user ...READ MORE
Hi@akhtar, You can use chmod command to remove ...READ MORE
Hi@akhtar, Linux system has one command named chown. This ...READ MORE
Hi@akhtar, You can use ls command to check ...READ MORE
Hi@akhtar, You can use chmod command in your ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.