You are not logged in.
Pages: 1
Bonjour,
Est'il possible de changer le nom utilisateur ?
Merci
-----------------
Hello
Is it possible to change user name ?
Thank you
Asus Eee PC 1000H Atom N270 à 1.6 GHz ram 2go avec Q4os 3.16.1 centaurus
Offline
It's possible, but not a trivial task. You need first to create another temporary user, with root privileges, and you will do the changes from this account:
sudo usermod -l newname oldname
sudo groupmod -n newname oldname
sudo usermod -d /home/newname -m oldname
I never tried it, and I'm not so sure about the last command (to move old home folder to new location), so if someone can confirm it ?
---------------------
C'est possible, mais ce n'est pas une tâche triviale.Tu dois d'abord créer un autre utilisateur temporaire, avec les privilèges root, et effectuer les modifications à partir de ce compte:
sudo usermod -l nouveau nom ancien nom
sudo groupmod -n nouveau nom ancien nom
sudo usermod -d /home/nouveau nom -m ancien nom
Je ne l'ai jamais essayé et je ne suis pas sûr de la dernière commande (pour déplacer l'ancien dossier personnel vers un nouvel emplacement), donc si quelqu'un peut le confirmer ?
My Q4OS scripts: win10/osx theming, perfs optimisation, laptop configuration, ... for trinity users --> https://github.com/seb3773/q4osXpack
Offline
Ok merci trop compliqué cela restera comme ça.
Bonne journée
--------
Ok thank you too complicated it will stay like that.
Have a good day
Asus Eee PC 1000H Atom N270 à 1.6 GHz ram 2go avec Q4os 3.16.1 centaurus
Offline
I understand. Although this is easier than on windows, where changing username implies changing a lots of other things, in registry etc... it's not "user friendly" to do that. Maybe someone knows a simpler way to do it ?
Last edited by seb3773 (2024-03-28 15:48)
My Q4OS scripts: win10/osx theming, perfs optimisation, laptop configuration, ... for trinity users --> https://github.com/seb3773/q4osXpack
Offline
Pages: 1