02-16-2016, 05:04 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:
where person is the other account login name.
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.