Linux Lite Forums

Full Version: Correcting user name [SOLVED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Alan_uk

Just installed Linux Lite and now noticed I spelled my name wrong when defining the user!! Is there an easy way to correct this? I've been through all the Settings and User Manager options but couldn't see anywhere to do this.

Note: I'm referring to user's full name, not the log-on ID

Open a terminal:

Code:
sudo usermod -c "Desired Name" yourloginnamehere

Alan_uk

Many thanks Valtam for a quick response.

For other newbies the desired name needs to be in quotes if it has a space. e.g.

sudo usermod -c "John Smith"  john
Original post corrected.