Linux learning memo

Source: Internet
Author: User
1. for permission r: 4, w: 2, x: 1, the rwx permission of the file is for the file content, and the rwx permission of the directory is for the files in the directory. The specific meaning of permission on the directory: r: has the permission to read the list of directory structures w: can create new files and directories; delete existing files and directories (regardless of their

1. permission r: 4, w: 2, x: 1

The rwx permission of the file is for the file content, and the rwx permission of the directory is for the files in the directory.

The specific meaning of permissions on directories:

R: permission to read the list of directory structures

W: Create new files and directories, delete existing files and directories (regardless of their permissions), rename files and directories, and move files and directories

X: enter this directory to become a working directory.

Therefore, even if you have the rwx permission on the file, you may not be able to delete the file, and you must have w permissions in the directory where the file is located.

To develop a website directory for anyone to browse, you must at least grant the rx permission.

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.