Posts: 227
Threads: 33
Joined: Aug 2014
Reputation:
0
I just installed 2.2 (awesome so far) and when I set my user name, I didn't think to delete the "System-Product-Name" part. I just typed the user name I wanted. Now, the terminal knows me as "[me]-System-Product-Name". Can I change this to just "[me]" without reinstalling? I'm sure it doesn't affect anything but I have OCD so it bothers me.
(If this is in the wrong sub forum, I apologize. I wasn't sure where to put it.)[/me][/me]
Posts: 8,902
Threads: 545
Joined: Feb 2014
Reputation:
5
Change 2 files, /etc/hosts and /etc/hostname. Open as Administrator.
In /etc/hostname just change the name. In /etc/hosts change the line 127.0.1.1 youroldname to 127.0.1.1 yournewname
Make sure the new name in each file is identical. Reboot to complete.
Posts: 227
Threads: 33
Joined: Aug 2014
Reputation:
0
Thank you very much! Worked like a charm!
Posts: 464
Threads: 17
Joined: Feb 2015
Reputation:
0
Hi Dan,
That's a bit strange.
/etc/hostname is not a hidden file. To be a hidden file it would have to be with a dot: /etc/.hostname
So, you only can see that file if you navigate with your file-manager (Thunar) to /etc/ and choose "Show Hidden Files"?
Also, just for clarification as the thread title is a bit confusing.
There is:
* system name, which is also called host name, describing how your computer is called
* user name, which is obviously the name you log in with. And of course there can be more than one user.
There is not really such a term as "system user name".