Groups
Groups
Sign in
Groups
Groups
MyLinuxStudy
Conversations
About
Send feedback
Help
对-rw-r--r-- 的解释
0 views
Skip to first unread message
孙路
unread,
Mar 6, 2010, 3:17:10 AM
3/6/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mylinu...@googlegroups.com
对-rw-r--r-- 1 root wangxujun ...
[root@host150 Desktop]# ls -l aa -rw-r--r-- 1 root wangxujun 0 02-12 21:03 aa drwxr-xr-x 4 root root 4096 02-09 11:45 java lrwxrwxrwx 1 root root 38 12-19 22:27 local -> /usr/java/jdk1.6.0_17/bin/native2ascii 一。 对第一段的理解:lrwxrwxrwx 1。第一个字符表示文件类型 -表示文件类型为普通文件 d表示目录 ,l表示符号连接,b是快设备文件,c是字符设备文件 2。后面9个代表文件的访问权限。每3个一组,第一组表示文件属主的权限, 第2组表示属组权限(同一个用户组的权限),第3组表示其他用户权限, 对下列权限的解释 rw-r--r-- 属主拥有读写权限,属组和其他用户拥有只读权限 rwxr-xr-x 属主拥有读写执行权限,属组和其他用户拥有读和执行的权限。 ...
--
孙路
Reply all
Reply to author
Forward
0 new messages