linux ll 列出来的权限,权限组后面 @ 代表什么意思

linux 机器上执行 ll 命令

-rw-------@ 1 jiang  staff   262B May  4 16:07 file

用户权限组后面的那个 @  符号代表什么意思?

阅读 4.1k
1 个回答
In some permission systems additional symbols in the ls -l display represent additional permission features:

+ (plus) suffix indicates an access control list that can control additional permissions.
. (dot) suffix indicates an SELinux context is present. Details may be listed with the command ls -Z.
@ suffix indicates extended file attributes are present.

https://en.wikipedia.org/wiki...

即代表这个文件有一些额外的信息。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题