1、 安装vim 2、打开ssh方式 打开22号端口 3、中文支持 http://blog.csdn.net/u010098331/article/details/52193371?locationNum=1 4、 # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback
for i in `seq -w 10`doif id user-$1 > /dev/null;thenread -ep "user-$i用户已存在,是否删除(y/n)" ssif [ $ss = y ];thenuserdel -rf user-$ielif [ $ss = n ];thencontinueelse"输入有误"fielseuseradd user-$iif [ $i -e