一定要记得写后面的分号:http://www.runoob.com/linux/linux-shell-variable.html 这个页面的课程的循环教程是有问题的 for color in yellow green white;do echo ${color}done 利用循环列出某个目录下的<b>所有</b>文件 for line in `ls /tmp/yangming`; do echo ${line}done
使用阿里云服务器,启动实例(ubuntu 7.4,密码登录)后,通过xshell登陆,但是发现xshell中密码登录是灰色禁用的,很惆怅啊,明明设置的就是密码登录,在xshell中找了一通设置发现并没有卵用,后来想了想,可能是linux设置的原因,又是一通百度,最终解决,只要把/etc/ssh/shhd_config中的PasswordAuthentication改为yes然后通过 service sshd restart重启该服务就可以了.