add new chinese translations
This commit is contained in:
16
pages.zh/linux/getfacl.md
Normal file
16
pages.zh/linux/getfacl.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# getfacl
|
||||
|
||||
> 获取文件访问控制列表(ACL)。
|
||||
> 更多信息:<https://manned.org/getfacl>。
|
||||
|
||||
- 显示文件访问控制列表:
|
||||
|
||||
`getfacl {{路径/到/文件或目录}}`
|
||||
|
||||
- 以[n]umeric用户和组ID显示文件访问控制列表:
|
||||
|
||||
`getfacl --numeric {{路径/到/文件或目录}}`
|
||||
|
||||
- 以[t]abular输出格式显示文件访问控制列表:
|
||||
|
||||
`getfacl --tabular {{路径/到/文件或目录}}`
|
Reference in New Issue
Block a user