linux 常用命令以及技巧

netstat -apn

ps -aux | grep dnaproxy




huistory | grep scp  查询历史命令

!2      执行第二条历史命令 


ssh

ssh [email protected] -p 9335

ssh -i ~/Work/project_share/wei.a [email protected]


终端使用secureCRT 命令

sudo rz  接收文件  (对于服务器来说)

sudo sz  发送文件


find /usr/local  -name "*.txt"  -print

find . -print


grep -rn  controlHand



猜你喜欢

转载自blog.csdn.net/shanandqiu/article/details/70854498