System Grab Bag

View all TLDR pages from Linux (or from all pages)

lslogins

Show information about users on a Linux system. More information: https://man7.org/linux/man-pages/man1/lslogins.1.html.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.