pw command

Delete SSH Keys

by Vivek Gite on June 24, 2010 · 5 comments

One my user leaves the office and I’d like to disable her access to our UNIX / Linux system. How do I delete ssh key from the UNIX systems so that user can not log in?

{ 5 comments }

How do I change user password using a shell script under FreeBSD operating systems?

{ 6 comments }

FreeBSD pw command examples

by Vivek Gite on August 15, 2007 · 3 comments

Q. How do I use FreeBSD pw command to add users? A. The pw command is a command-line based editor for the system user and group files, allowing the superuser an easy to use and standardized way of adding, modifying and removing users and groups. Add user called tom To add a user called tom, [...]

{ 3 comments }

FreeBSD add a user to group

by Vivek Gite on November 27, 2006 · 9 comments

Q. How do I add a user to group under FreeBSD operating system? A. You need to use pw command. The pw utility is a command-line based editor for the system user and group files, allowing the superuser an easy to use and standardized way of adding, modifying and removing users and groups. First login [...]

{ 9 comments }