What does the dot mean after -rwxr-xr-x in the ls -l output?
--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Quirky Dreamscape Looping
--
Chapters
00:00 What Does The Dot Mean After -Rwxr-Xr-X In The Ls -L Output?
00:29 Accepted Answer Score 3
01:06 Thank you
--
Full question
https://superuser.com/questions/668614/w...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#linux
#avk47
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Quirky Dreamscape Looping
--
Chapters
00:00 What Does The Dot Mean After -Rwxr-Xr-X In The Ls -L Output?
00:29 Accepted Answer Score 3
01:06 Thank you
--
Full question
https://superuser.com/questions/668614/w...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#linux
#avk47
ACCEPTED ANSWER
Score 3
If you have a look at info ls What\ information
, it tells you
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 an SELinux security context, but no other alternate access method.
A file with any other combination of alternate access methods is marked with a '+' character.