You are not logged in.
Pages: 1
I recently moved to Arch Linux and I'm not that good in Terminal (I know the 'basic') so I dunno how can I change my username... I use KDE Plasma, I opened 'System Settings' and I went to 'User', put the username I want and it showed an error... I really don't think that the way to change my username is in my DE Settings...
If someone could help me, I'm gonna be glad, thank you everyone!!
Offline
Use 'usermod -l', however, note the caveat in the man page: https://man.archlinux.org/man/core/shad … en#CAVEATS
Last edited by WorMzy (2025-08-06 21:01:02)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Use 'usermod -l', however, note the caveat in the wan page: https://man.archlinux.org/man/core/shad … en#CAVEATS
Thanks dude!! I could do that on TTY, thank you!
Offline
Yes, you can use the KDE module. When you say it gave you "an error", what error? Always mention thar explicitly, because "an error" can be anything.
Please note that you have a user, not a username. Meaning, there is a /home/john not a /home/user1=john. So, if you change your "username" to johnny, your directory will continue to be /home/john.
Alternatively, you could just create a new user. From the settings menu, or from terminal: useradd -mU johnny ; passwd johnny
A problem to do what everybody else does without questioning. A danger to go against the way things are just because. Too much or too little, ivory towers of perfection or functional mess... Balance is what this world needs. Selective, not the middle ground. Objectivity and idealism, but within a pragmatic scope. - Minimalism is achieved through efficiency, not deficiency.
Offline
Pages: 1