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

@@ -1,21 +1,21 @@
# finger
> 返回有关指定系统上的一个或多个用户的信息。
> 返回指定系统上用户的信息。
> 远程系统必须运行 Finger 服务。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/finger>.
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/finger>
- 显示有关特定用户的信息:
- 显示特定用户的信息:
`finger {{用户名}}@{{主机名}}`
`finger {{user}}@{{host}}`
- 指定主机上显示所有用户的信息:
- 显示指定主机上所有用户的信息:
`finger @{{主机名}}`
`finger @{{host}}`
- 以更长的格式显示信息:
`finger {{用户名}}@{{主机名}} -l`
`finger {{user}}@{{host}} -l`
- 显示帮助信息:
`finger /?`
`finger /?`