Linux (commonly pronounced LIH-N?ks in English; variants exist) is a Unix-like computer operating system. Linux is one of the most prominent examples of free software and open source development: typically all underlying source code can be freely modified, used, and redistributed by anyone.
TO change a users name is as simple as using the following command:
usermod -l new-name old-name
In the above example the new-name represents the name that you would like to change the users name to and the old-name is what the name was before.
To change a users UID or user ID you can use the following command
usermod -u UID username
In this example the UID is replaced with the value that you want the new UID to be, 501 for example and the username is the users username.
Feel free to leave a comment or question
Code block comments
2010-03-19
Added a code block for comments
Windows 7 Items
2009-09-24
new info on windows 7
Snort on Debain Lenny
2009-08-19
Installing snort+PGSQL on Debian