You are not logged in.
I installed Lithium 3. All went well, but I misspelled my full name (not the username) I see that I can change the user name with usermod, but I think it only provides for changing the username, not the full name that was entered for the user.
Is there a way to edit the name of the user?
Last edited by rcdawson (2022-05-07 17:55:33)
Offline
Um, I think it can be done with usermod (-c option maybe?), but chfn is probably the command to use.
chfn --help
for basic useage,
man chfn
For more complete information.
Something like
chfn --full-name "Corrected Name" username
Ought to do it.
I don't think you need sudo to modify your own info.
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
Excellent! This did the trick. Thank you.
Offline