[Re: [[Sig] How to run SED]]

Randy Kramer rhkramer@fast.net
Fri, 23 Feb 2001 09:29:10 -0500


Paul,

Thanks!

Randy

Paul F.Ryan wrote:
> 
> You can try:
>   less /etc/passwd
> or
>   awk -F: '{print $1}' /etc/passwd
> for a list of "users".  Whether they can log in or not is set by a number of
> parameters.  A companion file is /etc/shadow which works hand-in-hand with
> passwd.  Try `man passwd` for more info, and follow the "SEE ALSO" suggestions
> at the bottom of the man page.
> 
> Paul

> > Is "nobody" (or in my case "apache") set up as a real user account?  Is
> > there a command in linux to list all the users with accounts?