How to change user information such as full name from the command prompt.

To change the full name and other information stored for a certain user, the chfn command will come in handy. This allows a system administrator to change the data with a simple command. In this example, I am changing the full name of a Linux user. root@darkstar:~# chfn -f "Jason Smith" jasonroot@darkstar:~# chfn -f "Jason … Read more