i have this instruction
17 -rwxr-x-wx+ 1 john staff 2010 Jul 01 12:14 file3
What is 17, + and 1 in this instruction? Please help me ?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
The "+" indicates that there is an ACL (Access Control List) entry associated with the file. Use The number "1" is the number of hard links to that file. | |||||
feedback
|
|
Just to complement dogbanes's answer, the output you pasted is not an instruction, but a long output of
Try also The 17 could be the disk allocation size, displayed if | |||
|
feedback
|
|
Just to complement dogbanes's and compostus' answers, if you happen to use ZFS or NFSv4 on Solaris, the proper way to display ACLs would be to use | |||
|
feedback
|