ac: add Chinese translation (#9127)

pull/1/head
Ethan Liu 2022-10-18 15:01:55 +08:00 committed by GitHub
parent ccdab3f19e
commit bcd3745bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages.zh/common/ac.md Normal file
View File

@ -0,0 +1,20 @@
# ac
> 打印用户连接时间的统计数据。
> 更多信息:<https://man.openbsd.org/ac>.
- 打印当前用户连接的时间,以小时为单位:
`ac`
- 打印用户连接的时间,以小时为单位:
`ac -p`
- 打印一个特定用户的连接时间,以小时为单位:
`ac -p {{用户名}}`
- 打印一个特定用户每天连接的时间,以小时为单位(包括总数):
`ac -dp {{用户名}}`