[linux]linux下查看及修改机器名的方法

[linux]linux下查看及修改机器名的方法

查看机器名:

uname -a

 

修改机器名:

redhat中修改主机名

第一步:
#hostname oratest
第二步:
修改/etc/sysconfig/network中的hostname
第三步:
修改/etc/hosts文件

suse linux:

修改/etc/HOSTNAME文件,在此文件中保存主机名,例如:
homer100

然后运行命令设置主机名
# /etc/rc.d/boot.localnet start



Let life be beautiful like summer flowers and death like autumn leaves.

你可能感兴趣的:([linux]linux下查看及修改机器名的方法)