/ Published in: Bash
This command changes the hostname for a machine running OS X.
Expand |
Embed | Plain Text
sudo scutil --set HostName servername.example.com
You need to login to post a comment.
tylerhall on 04/02/07
3 people have marked this snippet as a favorite
This command changes the hostname for a machine running OS X.
sudo scutil --set HostName servername.example.com
You need to login to post a comment.