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

24
pages.zh/linux/getent.md Normal file
View File

@@ -0,0 +1,24 @@
# getent
> 从名称服务开关库获取条目。
> 更多信息:<https://manned.org/getent>。
- 获取所有组的列表:
`getent group`
- 查看组的成员:
`getent group {{group_name}}`
- 获取所有服务的列表:
`getent services`
- 根据 UID 查找用户名:
`getent passwd 1000`
- 执行反向 DNS 查找:
`getent hosts {{host}}`