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

20
pages.zh/linux/lastlog.md Normal file
View File

@@ -0,0 +1,20 @@
# lastlog
> 显示所有用户或特定用户的最近登录信息。
> 更多信息:<https://manned.org/lastlog>。
- 显示所有用户的最近登录信息:
`lastlog`
- 显示指定用户的 lastlog 记录:
`lastlog --user {{username}}`
- 显示超过 7 天的记录:
`lastlog --before 7`
- 显示最近 3 天的记录:
`lastlog --time 3`