1826301 Members
4172 Online
109692 Solutions
New Discussion

Trusted Passwd commands

 
brian_31
Super Advisor

Trusted Passwd commands

I use the following commands to disable user

1. usermod -c "Brian - Terminated" brian

2. usermod -s /bin/false brian

3. passwd -l brian

What are the equivalent commands on a trusted box? could someone help?

Thanks

Brian
1 REPLY 1
Patrick Wallek
Honored Contributor

Re: Trusted Passwd commands

You can still use those commands on a trusted machine.

The modprpw command will also allow you to lock accounts. If you are on HP-UX 11.11, do a 'man modprpw' for more information.