Linux Lite Forums
Changing another user accounts name and details - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Tutorials (https://www.linuxliteos.com/forums/forumdisplay.php?fid=21)
+--- Thread: Changing another user accounts name and details (/showthread.php?tid=2687)



Changing another user accounts name and details - Valtam - 02-16-2016

I can't remember who posted the original question so here's a new thread with a quick and easy fix.

Scenario: You have more than one user account on your Linux Lite machine and now you want to change someone elses account details.

If you are the primary user and have admin (sudo) rights, open a terminal and do:

Code:
sudo chfn person

where person is the other account login name.

[Image: yvkzUEv.png]


Re: Changing another user accounts name and details - kiko - 02-23-2016

Thank you Jerry for the tip.