Tuesday, 5 June 2007

Change Password in Linux

The password for linux can be changes using the passwd command. Here are a few basic examples of how to change the password from the command line;

passwd Change your own password.
passwd ftpuser Change ftpusers' password.
passwd -d ftpuser Delete ftpusers' password.

Short but sweet - i'd thought i'd add this as I always forget things like this!

No comments: