Hajo Ehlers wrote:
> degeneration32@hotmail.com wrote:
> > Hi everyone,
> >
> > I'm kinda new to the Unix world, so there may be an obvious answer to
> > this question but I just haven't been able to find it.
> >
> > I'm writing a script in perl that will find users in /etc/security/user
> > that have "account_locked=true" or "login=false".
> >
> > My question is: is there a function, module, command, anything that
> > will do this easily;
>
> man lssec
> man lsuser
>
> just from memory
> Hajo
Thanks a lot, lssec seems to be what I was looking for.