CentOS7里面的网卡名称不在是eth0,1,2而改成enoxxxxxx的格式,en代表的是enthernet以太网,o代表onboard内置,这种新的方式不但长,而且难记,不过优点也比较突出,有编号唯一性,迁移系统的时候不容易出错,网卡名称可以改动,下面会介绍。
服务管理
systemd对Linux来说,就是init程序,可以作为sysvinit和upstat的替代,centos服务管理主要命令是systemctl,centos7的服务不再放在/etc/init.d/下;而放在/usr/lib/systemd/system下,centos7系统中systemctl管理工具整合了chkconfig和service于一体。
使用systemctl控制单元时,通常需要全名,包括扩展名(.server)挂载点会自动转化为相应(.mount)设备会自动转化为(.device)
常用命令
systemctl start 服务名 立即开启
systemctl stop 服务名 立即关闭
systemctl restart 服务名 重启服务
systemctl status 服务名 输出运行状态
systemctl is-enabled 服务名 检查是否配置为自动自启
systemctl enable 服务名 开机自动启动
systemctl disable 服务名 取消开机自动启动
reboot 重启系统 init6等
poweroff 退出系统并停止电源
查看sshd类型单元
##################
网卡路径:
/etc/sysconfig/network-scripts/