+
significa que o arquivo tem ACLs adicionais configuradas. Você pode defini-los com setfacl
e consultá-los com getfacl
:
martin@martin ~ % touch file
martin@martin ~ % ll file
-rw-rw-r-- 1 martin martin 0 Sep 23 21:59 file
martin@martin ~ % setfacl -m u:root:rw file
martin@martin ~ % ll file
-rw-rw-r--+ 1 martin martin 0 Sep 23 21:59 file
martin@martin ~ % getfacl file
# file: file
# owner: martin
# group: martin
user::rw-
user:root:rw-
group::rw-
mask::rw-
other::r--
Ainda não vi @
pessoalmente, mas de acordo com este tópico significa atributos estendidos, pelo menos no MacOS. Tente xattr -l
em tal arquivo.