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

View File

@@ -0,0 +1,12 @@
# getfattr
> 显示文件名和扩展属性。
> 更多信息:<https://manned.org/getfattr>。
- 检索文件的所有扩展属性并以详细格式显示:
`getfattr -d {{path/to/file}}`
- 获取文件的特定属性:
`getfattr -n user.{{attribute_name}} {{path/to/file}}`