so I have some files in a directory and when I type ls -l
I get
-rw-r--r-- 1 home staff 275 Apr 9 16:01 index.js
-rwxr-xr-x@ 1 home staff 2565 Apr 8 10:38 person.js
-rwxr-xr-x@ 1 home staff 4219 Apr 9 15:55 people.js
drwxr-xr-x 11 home staff 374 Apr 9 15:43 node_modules
-rw-r--r-- 1 home staff 367 Apr 9 15:43 package.json
and I was wondering what the @
means after the person.js
and people.js
permissions
man ls
? – Stéphane Chazelas Apr 09 '13 at 20:17type ls
? – michas Apr 09 '13 at 20:18type ls
outputsls is hashed (/bin/ls)
– Loourr Apr 09 '13 at 20:26