2010年8月24日星期二

Change the hostname in Mac OS X(转)

转:http://blog.psyrendust.com/2008/05/23/change-the-hostname-in-mac-os-x-osx/


Change the hostname in Mac OS X [osx]

by LARRY on MAY 23, 2008

in MAC,HOWTO,PROGRAMMING

When I log into the network at my job my Mac’s hostname always turns to:

larryx.na.corp.ipgnetwork.com

I have my local hostname set to:

larryx.local

So What I would like to do is set my Mac’s hostname to my local hostname. You can do this all from Terminal in a single line.

Run this command in Terminal:

sudo scutil --set HostName larryx.local

This is also helpful if you’re in Terminal and have a really long hostname at your prompt. If you want to view your current hostname, run this command in Terminal:

hostname

This is what it looked like for me:

Last login: Fri May 23 09:55:20 on ttys000 larryx:~ lgordon$ hostname larryx.na.corp.ipgnetwork.com larryx:~ lgordon$ sudo scutil --set HostName larryx.local Password: larryx:~ lgordon$ hostname larryx.local

没有评论: