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

28
pages.zh/common/id.md Normal file
View File

@@ -0,0 +1,28 @@
# id
> 显示当前用户和组的身份信息。
> 更多信息:<https://www.gnu.org/software/coreutils/id>。
- 显示当前用户的IDUID、组IDGID及其所属的组
`id`
- 显示当前用户的身份:
`id -un`
- 以数字形式显示当前用户的身份:
`id -u`
- 显示当前主要组的身份:
`id -gn`
- 以数字形式显示当前主要组的身份:
`id -g`
- 显示任意用户的IDUID、组IDGID及其所属的组
`id {{username}}`