今天第一次写shell脚本,一不小心把home目录全给删除了。
解决方案:
先把手打上二十大板!!!
[[email protected] ~]#mkdir /home/test01 //创建用户home文件夹
[[email protected] ~]#cp /etc/skel/*/home/test01 //拷贝默认的bash文件
[[email protected] ~]#chown test01:test01/home/test01 //更改所属用户和组
[[email protected] ~]#chmod 700/home/test01 //更改为默认权限
重启
发现终端配色没有了。
/etc/bashrc ~/.bashrc
复制过来。
哎~~~
差一点就重装系统了。
shell真危险。我要把那个bug 的shell 分享给别人用一用。