The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > OS X (Apple)
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-03-2007
CBarraford CBarraford is offline
Registered User
 

Join Date: Mar 2007
Posts: 17
found an even better way of doing it

Code:
sudo scutil --set ComputerName "newcompname"
sudo scutil --set LocalHostName "newhostname"
this is much smoother than editing the plist manually and does not require any restarts of any kind, the mac does it all for you.
Reply With Quote