Host name

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
 
Line 5: Line 5:
<div class="basic">
<div class="basic">
Changing host name in ubuntu. <br>
Changing host name in ubuntu. <br>
-
Changing host name
+
*Changing host name
  $ sudo vim /etc/hostname   
  $ sudo vim /etc/hostname   
It's empty file. Just write host name what you want to change
It's empty file. Just write host name what you want to change
-
Reflecting changed host name
+
*Reflecting changed host name
  $ sudo /bin/hostname -F /etc/hostname
  $ sudo /bin/hostname -F /etc/hostname
Done!
Done!

Latest revision as of 08:48, 5 August 2012

<html> <style type="text/css">

.basic {

  font-family : helvetica;
  font-size : 12pt;

}

pre {

  font-size : 12pt;
  padding: 10pt;
  margin: 5pt 0;
  border: 2px solid #abcdef;
  background-color: #f9f9f9;
  font-family:sans-serif;
  line-height: 160%;

}

</style> </html>

Changing host name in ubuntu.

  • Changing host name
$ sudo vim /etc/hostname  

It's empty file. Just write host name what you want to change

  • Reflecting changed host name
$ sudo /bin/hostname -F /etc/hostname
Done!
Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox