add new chinese translations
This commit is contained in:
28
pages.zh/common/id.md
Normal file
28
pages.zh/common/id.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# id
|
||||
|
||||
> 显示当前用户和组的身份信息。
|
||||
> 更多信息:<https://www.gnu.org/software/coreutils/id>。
|
||||
|
||||
- 显示当前用户的ID(UID)、组ID(GID)及其所属的组:
|
||||
|
||||
`id`
|
||||
|
||||
- 显示当前用户的身份:
|
||||
|
||||
`id -un`
|
||||
|
||||
- 以数字形式显示当前用户的身份:
|
||||
|
||||
`id -u`
|
||||
|
||||
- 显示当前主要组的身份:
|
||||
|
||||
`id -gn`
|
||||
|
||||
- 以数字形式显示当前主要组的身份:
|
||||
|
||||
`id -g`
|
||||
|
||||
- 显示任意用户的ID(UID)、组ID(GID)及其所属的组:
|
||||
|
||||
`id {{username}}`
|
Reference in New Issue
Block a user