Correcting user name [SOLVED] - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17) +--- Thread: Correcting user name [SOLVED] (/showthread.php?tid=114) |
Correcting user name [SOLVED] - Alan_uk - 03-12-2014 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 Re: Correcting user name - Valtam - 03-12-2014 Open a terminal: Code: sudo usermod -c "Desired Name" yourloginnamehere Re: Correcting user name [SOLVED] - Alan_uk - 03-12-2014 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 Re: Correcting user name [SOLVED] - Valtam - 03-12-2014 Original post corrected. |