Linux command, change file attribute permissions (CHGRP,CHOWN,CHMOD)

Source: Internet
Author: User

1. Change the owning user group Chgrp:

CHGRP users Install.log, change the user group for Install.log to users.

2. Change the file owner chown:

Chown bin Install.log, change the owner of the Install.log to bn.

Chown root:root Install.log, change the Install.log owner and user group to root.

3. Change Permissions chmod:

chmod 777 BASHRC. BASHRC permissions are set to Enabled

chmod U=rwx,go=rx. BASHRC, Owner Rights rwx, user Group Rx, other people rx

chmod a+w. BASHRC, everyone has write access

chmod a-x. BASHRC, removing all the executable permissions of the person

Linux command, change file attribute permissions (CHGRP,CHOWN,CHMOD)

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.