[WBEL-users] How to List Users and Groups

Alex Georgiev ageorgiev@eurorisksystems.com
Thu, 16 Sep 2004 13:01:20 +0300


Plug n Play wrote:

> Dear Sirs,
> 
>  
> 
> How can I list users and groups in my linux box?
> 
> Is there any command line to do this?
> 
>  
> 
> Except for viewing the /etc/passwd and /etc/group?
> 


$getent passwd
$getent group
$man getent