I have changed my username from “user” to “newuser”, but when I checked, with :
ls -la
I got that some folder is used in my old name, like this.
drwxr-xr-x 3 root root 4096 Sep 16 01:35 ..
-rw------- 1 newuser user 2643 Sep 17 11:25 .bash_history
-rw-r--r-- 1 newuser user 220 Sep 16 01:06 .bash_logout
I want to change the “user” to “newuser”
Can I do it ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi,
you can rename the “user” to “newuser” with
-m for move-home, -d for new home directory path
If you want to rename the group “user” to “newuser”, you need this command
-n for new-name