修改CentOS主机名:
vim /etc/hostname
修改CentOS默认时间:
ll /etc/localtime
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
博客列表 >CentOS修改主机名及时间
修改CentOS主机名:
vim /etc/hostname
修改CentOS默认时间:
ll /etc/localtime
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime