Terminal Question - Very Weird
Hi, y'all. So, I went into the Terminal, something I never really do because I do not know UNIX but I just wanted to show it off to a friend. Anyway, it shows my first name/last name and then "@MegansApleWatch" now I do not know anyone named Megan, and I bought this computer brand new. Does anyone know what this means? Thanks in advance for your help!
Comments
Usually the default is the computer model.
https://support.apple.com/en-us/HT208978
Check if the computer name is correct in the terminal with these commands too:
scutil --get ComputerName
uname -n
Also check the hosts file to see what's in there:
nano /etc/hosts
Someone here said it can get that host name from a reverse network lookup from the DNS server. That would be unusual unless maybe it's a cellular network or something:
https://discussions.apple.com/thread/6375129