Open In App

users command in Linux with Examples

users command in Linux system is used to show the user names of users currently logged in to the current host. It will display who is currently logged in according to FILE. If the FILE is not specified, use /var/run/utmp. /var/log/wtmp as FILE is common. 

Syntax: 



 

users [OPTION]... [FILE]

Example: users command without any option will print the users currently logged in. 



 

Options: 
 

users --help

users --version

 

Article Tags :