我正在使用 Mac OSX。当我打字时,ls -l我看到类似的东西
drwxr-xr-x@ 12 xonic staff 408 22 Jun 19:00 .
drwxr-xr-x 9 xonic staff 306 22 Jun 19:42 ..
-rwxrwxrwx@ 1 xonic staff 6148 25 Mai 23:04 .DS_Store
-rw-r--r--@ 1 xonic staff 17284 22 Jun 00:20 filmStrip.cpp
-rw-r--r--@ 1 xonic staff 3843 21 Jun 21:20 filmStrip.h
Run Code Online (Sandbox Code Playgroud)
@的意思是什么?
我运行ls并找到了一个+设置了位的目录:
$ ls -ld /var/log/journal
drwxr-sr-x+ 3 root systemd-journal 4096 Oct 1 01:23 /var/log/journal
Run Code Online (Sandbox Code Playgroud)
我明白drwxr-sr-x,但什么是+?这叫什么?它有什么作用?