Linux系统/etc/passwd文件被删除
今天在学习过程中,误操作吧/etc/passwd 文件给置空了,好在系统没有重启,恢复方法:
cp /etc/passwd- /etc/passwd
以后不能拿系统文件做实验。