View Single Post

   
  #3 (permalink)  
Old 01-05-2008, 10:07 AM
degeneration32@hotmail.com
 
Posts: n/a
Default Re: Accessing /etc/security/user attributes

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.

Reply With Quote