View Single Post

  #2 (permalink)  
Old 12-23-2005, 05:54 PM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

pw is eay to use. anyways here are quick examples to get start

Add user rock
Code:
pw user add rock
Setup password for user rock
Code:
passwd rock
If you find pw command hard to use then tru interactive adduser command:
Code:
adduser
pw help is the best way to understand command
Code:
pw user help
pw user add help
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote