摘要: ●安装和登录命令:login、shutdown、halt、reboot、mount、umount、chsh●文件处理命令:file、mkdir、grep、dd、find、mv、ls、diff、cat、ln●系统管理相关命令:df、top、free、quota、at、lp、adduser、groupaddkill、crontab、tar、unzip、gunzip、last●网络操作命令:ifconfig、ip、ping、netstat、telnet、ftp、route、rloginrcp、finger、mail、nslookup●系统安全相关命令:passwd、su、umask、chgrp、ch 阅读全文
posted @ 2013-07-30 17:06 望月狼 阅读(236) 评论(0) 推荐(0)
摘要: 1、Vmware虚机设置网络模式为桥接Bridge.保证linux中能ping通windows,windows中也能ping通linux.2、修改sshd_config文件,命令为:vi /etc/ssh/sshd_config 将#PasswordAuthentication no的注释去掉,如果为NO将其修改为YES 将#PermitRootLogin yes # Port 22 #Protocol 2,1 三行的注释去掉。3、验证SSH服务状态,命令为:/etc/init.d/sshd status4、重新启动SSH服务,命令为:/etc/init.d/sshd restart5... 阅读全文
posted @ 2013-07-30 16:57 望月狼 阅读(3134) 评论(0) 推荐(0)