add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/linux/getfacl.md Normal file
View File

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