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/getcap.md Normal file
View File

@@ -0,0 +1,16 @@
# getcap
> 显示每个指定文件的名称和能力的命令。
> 更多信息:<https://manned.org/getcap>。
- 获取给定文件的能力:
`getcap {{path/to/file1 path/to/file2 ...}}`
- 递归获取给定目录下所有文件的能力:
`getcap -r {{path/to/directory1 path/to/directory2 ...}}`
- 即使没有设置能力,也显示所有搜索的条目:
`getcap -v {{path/to/file1 path/to/file2 ...}}`