1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 13:19:46 +01:00
tldr/pages/linux/lslogins.md

29 lines
443 B
Markdown
Raw Permalink Normal View History

2020-10-12 23:16:02 +02:00
# lslogins
> Show information about users on a Linux system.
> More information: <https://manned.org/lslogins>.
2020-10-12 23:16:02 +02:00
- Display users in the system:
`lslogins`
- Display users belonging to a specific group:
`lslogins --groups={{groups}}`
- Display user accounts:
`lslogins --user-accs`
- Display last logins:
`lslogins --last`
- Display system accounts:
`lslogins --system-accs`
- Display supplementary groups:
`lslogins --supp-groups`