Linux Lite Forums

Software - Support => Tutorials => Topic started by: Jerry on February 16, 2016, 12:04:33 AM

Title: Changing another user accounts name and details
Post by: Jerry on February 16, 2016, 12:04:33 AM
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: [Select]
sudo chfn person
where person is the other account login name.

(http://i.imgur.com/yvkzUEv.png)
Title: Re: Changing another user accounts name and details
Post by: kiko on February 23, 2016, 01:50:18 PM
Thank you Jerry for the tip.