如何修改linux计算机名 1)open a shell, tpye the command below: [root@kcn-110]#hostname kcn-110mw 2)edit the file:/etc/sysconfig/network, change the value of 'HOSTNAME': [root@kcn-110]#vi /etc/sysconfig/network ======================================================================= NETWORKING=yes HOSTNAME=kcn-110mw ======================================================================= 3)edit the f...
by flying_dog - Linux文档专区 - 2008-05-05 21:34:46 阅读(779) 回复(0)
原文: http://hi.baidu.com/oneyicn/blog/item/75cc34b3c75641a3d8335a70.html 1)open a shell, tpye the command below: [root@kcn-110]#hostname kcn-110mw 2)edit the file:/etc/sysconfig/network, change the value of 'HOSTNAME': [root@kcn-110]#vi /etc/sysconfig/network ======================================================================= NETWORKING=yes HOSTNAME=kcn-110mw ===============================...
linux下更改计算机名 do as the following steps: 1)open a shell, tpye the command below: [root@kcn-110]#hostname kcn-110mw 2)edit the file:/etc/sysconfig/network, change the value of 'HOSTNAME': [root@kcn-110]#vi /etc/sysconfig/network ======================================================================= NETWORKING=yes HOSTNAME=kcn-110mw ============================================...
各位大侠,我计算机改了名字,从winxp 系统 ping ip 是可以 ping 的通的,但是ping计算机名字就不行了,我在network和hosts里都已经设置过了,还是不行
do as the following steps: 1)open a shell, tpye the command below: [root@kcn-110]#hostname kcn-110mw 2)edit the file:/etc/sysconfig/network, change the value of 'HOSTNAME': [root@kcn-110]#vi /etc/sysconfig/network ======================================================================= NETWORKING=yes HOSTNAME=kcn-110mw ==================================================================...