Thread: Server Name
View Single Post
  #2 (permalink)  
Old 08-21-2008, 02:31 PM
Tor Tor is offline
Senior Member
 
Join Date: Oct 2007
Posts: 390
Tor is on a distinguished road
Default

Use the hostname command:

Code:
# hostname NewName
The file is located at /etc/hostname and you can use these other commands to view the hostname:

Code:
# uname -n
# hostname -a
# hostname -s
# hostname -d
# hostname -f
# hostname
Reply With Quote