Change the user group (chgrp) to which the file folder belongs in CentOS)

Source: Internet
Author: User
It is easy to change the user group of a file. use chgrp directly. This command is the abbreviation of changegroup (change user group. This makes it easy to remember. However, remember that the name of the user group to be changed must exist in/etc/group. Otherwise, an error is displayed. Assume that you have logged on to FC4 as the root user, so there is an install. log file in your home directory. how can you change the user group of this file? Suppose you already know that there is
It is easy to change the user group of a file. use chgrp directly. This command is short for change group. This makes it easy to remember. However, remember that the name of the user group to be changed must exist in/etc/group. Otherwise, an error is displayed. Assume that you have logged on to FC4 as the root user, so there is an install. log file in your home directory. how can you change the user group of this file? Suppose you already know that there is a user group named users in/etc/group, but the user group name testing does not exist in/etc/group, what happens when the user group is changed to users and testing? [Root @ linux ~] # Chgrp [-R] dirname/filename... parameter:-R: implements recursive (recursive) changes, that is, all files and directories under the subdirectory are updated to the user group. It is often used to change a directory. Example: [root @ linux ~] # Chgrp users install. log [root @ linux ~] # Ls-l-rw-r -- 1 root users 68495 Jun 25 install. log [root @ linux ~] # Chgrp testing install. logchgrp: invalid group name 'testing' <= error message ~ The user group name cannot be found ~
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.