I see that some of the files in my directories under Linux have a . at the end of the permissions listing. what does the dot mean at the end of -rw-r--r--. How do you set it with chmod ?
|
feedback
|
migrated from stackoverflow.com Jan 8 '11 at 10:43
This question came from our site for professional and enthusiast programmers.
|
According to | |||||||
feedback
|
|
It means the file has an access list with SELinux. Check out this topic, it tells you how to allow you to edit/change the file http://ubuntuforums.org/showthread.php?t=1315684 | |||
|
feedback
|
|
Most likely this is due to an Access Control List (ACL) although I've only seen them shown as a You can try typing | |||||
feedback
|