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.

Leave a Comment