Files
tldr/pages.zh/linux/getfacl.md

16 lines
411 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# getfacl
> 获取文件访问控制列表ACL
> 更多信息:<https://manned.org/getfacl>。
- 显示文件访问控制列表:
`getfacl {{路径/到/文件或目录}}`
- 以[n]umeric用户和组ID显示文件访问控制列表
`getfacl --numeric {{路径/到/文件或目录}}`
- 以[t]abular输出格式显示文件访问控制列表
`getfacl --tabular {{路径/到/文件或目录}}`