in reply to Re: Re: User Existance?
in thread User Existance?

As I said earlier,
my $username = "someusername"; print "Username '$username' exists!\n" if getpwnam($username);

Replies are listed 'Best First'.
Re: Re: Re: Re: User Existance?
by Anonymous Monk on May 17, 2003 at 20:43 UTC
    Hi, How comes this does not detect the user root?