分类: LINUX
2011-02-28 17:22:06
修改Linux主机名称
#vi /etc/sysconfig/network
修改主机名称解析
#vi /etc/hosts
修改主机IP地址及MAC地址
#vi /etc/sysconfig/network-scripts/ifcfg-eth0
重新启动主机网络服务
#/etc/init.d/network stop
#/etc/init.d/network start
重新启动网络接口
#ifconfig eth0 down
#ifconfig eth0 up
查看主机处理器CPU信息
#cat /proc/cpuinfo
查看主机内存memory信息
#cat /proc/meminfo
#dmesg |grep mem
重新启动Linux主机
#reboot
#shutdown –ry 0
关闭Linux主机
#halt
#shutdown -h
#init 0
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/26604/showart_1670459.html