有时我们在克隆Linux虚拟机后会发现系统多出来ifcfg-eth0.bak的文件,那么如何才可以清除掉呢?
1.删除devices目录下的ifcfg-eth0.bak
[root@localhost ~]#cd /etc/sysconfig/networking/devices/
[root@localhost ~]#rm -rf ifcfg-eth0.bak
2.删除default目录下的ifcfg-eth0.bak
[root@localhost ~]#cd /etc/sysconfig/networking/profiles/default/
[root@localhost ~]#rm -rf ifcfg-eth0.bak
3.删除network-scripts目录下的ifcfg-eth0.bak
[root@localhost ~]#cd /etc/sysconfig/network-scripts/
[root@localhost ~]#rm -rf ifcfg-eth0.bak
本文出自 “云人生” 博客,请务必保留此出处http://ovcer.blog.51cto.com/1145188/1671787
原文地址:http://ovcer.blog.51cto.com/1145188/1671787