add new chinese translations
This commit is contained in:
20
pages.zh/linux/lastlog.md
Normal file
20
pages.zh/linux/lastlog.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# lastlog
|
||||
|
||||
> 显示所有用户或特定用户的最近登录信息。
|
||||
> 更多信息:<https://manned.org/lastlog>。
|
||||
|
||||
- 显示所有用户的最近登录信息:
|
||||
|
||||
`lastlog`
|
||||
|
||||
- 显示指定用户的 lastlog 记录:
|
||||
|
||||
`lastlog --user {{username}}`
|
||||
|
||||
- 显示超过 7 天的记录:
|
||||
|
||||
`lastlog --before 7`
|
||||
|
||||
- 显示最近 3 天的记录:
|
||||
|
||||
`lastlog --time 3`
|
Reference in New Issue
Block a user