Linux file properties: drwxr-xr-x meaning drwxr-xr-x4oracledba4096May2011: 47oralog1drwxr-x --- 18rootroot4096May2013: 51root the above file details drwxr-xr-x represents the meaning... file attributes in Linux: drwxr-xr-x meaning drwxr-xr-x 4 oracle dba 4096 May 20 oralog1drwxr-x --- 18 root 4096 May 20 root the above file details represented by drwxr-xr-x d: the first parameter indicates the file type, d indicates the directory file, l indicates the link file,-indicates the common file, and p indicates the pipeline rwx. The second digit indicates the owner of the file. R is read, w is write, and x is run r-x: The 5-7 characters indicate the permissions of users in the same group as the owner of the file. r-x: the 8-10 digits indicate the permissions of other users, for example, drwxr-xr-x 4 oracle dba 4096 May 20 oralog1 indicates that oralog1 is a directory, and oracle has the read and write permissions, users in the same dba group as oracle have read-only and execution permissions, while other users have read-only and execution permissions!
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.