TLDR
Enter a command. For example: ntpq, uvcdynctrl, medusa, lvextend.

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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.