↧
Answer by Mikel for What does a + mean at the end of the permissions from ls -l?
It means your file has extended permissions called ACLs. You have to run getfacl <file> to see the full permissions. See Access Control Lists for more details.
View ArticleAnswer by San for What does a + mean at the end of the permissions from ls -l?
via man page 'ls' "If the file or directory has extended security information, the permissions field printed by the -l option is followed by a '+' character." This generally means the file is...
View ArticleWhat does a + mean at the end of the permissions from ls -l?
What is the plus sign at the end of the permissions telling me? ls -l total 4 drwxrwxrwx+ 2 benson avahi-autoipd 4096 Jan 27 17:37 docs Here's the context: cat /etc/issue \CentOS release 5.3 (Final)...
View Article