On 07/16/2018 12:05 PM, Max Pyziur wrote: > > Greetings, > > Twenty minutes of googling and still no answers. > > When I do a directory listing using 'ls -l' > > and I see > > -rw-rw-r-- > -rw-r--r--. > > > What's the final period indicate. > > I realize that this is a newbie question, but I'm stumped at finding an > answer.
From 'info ls' (yeah, I know, info pages are horrible...):
"
Following the file mode bits is a single character that specifies
whether an alternate access method such as an access control list
applies to the file. When the character following the file mode
bits is a space, there is no alternate access method. When it is a
printing character, then there is such a method.
GNU ‘ls’ uses a ‘.’ character to indicate a file with a security
context, but no other alternate access method.
A file with any other combination of alternate access methods is
marked with a ‘+’ character.
"
So, it indicates the file has a selinux context on it. (See which one
with ls -Z)
kevin
signature.asc
Description: OpenPGP digital signature
_______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]/message/F2OWY4LMAVGJ6SVCNDPSFUEYKICWAXG3/
