[RESOLVED] Period following permissions in long listings

General support questions
Post Reply
richsimms
Posts: 2
Joined: 2011/07/18 18:53:12

[RESOLVED] Period following permissions in long listings

Post by richsimms » 2011/07/18 19:03:36

I just installed Centos 6 and noticed a subtle change in long listings. There is a period following the permissions. What does this signify?

Thanks

[root@celebrian ~]# touch filetest
[root@celebrian ~]# ls -l filetest
-rw-r--r--. 1 root root 0 Jul 18 09:30 filetest
[root@celebrian ~]# lsattr filetest
-------------e- filetest
[root@celebrian ~]# chattr +i filetest
[root@celebrian ~]# lsattr filetest
----i--------e- filetest
[root@celebrian ~]# ls -l filetest
-rw-r--r--. 1 root root 0 Jul 18 09:30 filetest
[root@celebrian ~]# ls -lZ filetest
-rw-r--r--. root root unconfined_u:object_r:admin_home_t:s0 filetest
[root@celebrian ~]# chattr -ei filetest
chattr: Clearing extent flag not supported on filetest
[root@celebrian ~]# chattr -i filetest
[root@celebrian ~]# ls -l filetest
-rw-r--r--. 1 root root 0 Jul 18 09:30 filetest
[root@celebrian ~]#

skolnick
Posts: 209
Joined: 2007/11/24 16:05:26

Re: Period following permissions in long listings

Post by skolnick » 2011/07/18 20:14:37

Hi!

http://dougbunger.blogspot.com/2011/02/mysterious-linux-permission-dots.html

Regards.

richsimms
Posts: 2
Joined: 2011/07/18 18:53:12

Re: Period following permissions in long listings

Post by richsimms » 2011/07/18 23:00:24

Thanks! One less mystery!

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

[RESOLVED] Period following permissions in long listings

Post by pschaff » 2011/07/19 17:12:45

... and one more [RESOLVED] topic - so marked for posterity on your behalf. ;-)

Post Reply