首页 > 代码库 > linux 命令收集...

linux 命令收集...

Vi & vim:

yy 复制一行  P粘贴


传送文件

scp [user@]host1:]file1 ... [[user@]host2:]file2


新建目录  mkdir -p 


开关防火墙:[root@localhost ~]# service   iptables [status|stop |start]

永久开关防火墙:  [root@localhost ~]# chkconfig   iptables [on|off]


查找目录

find / -name str


查看进程  ps -ef|grep java

linux 命令收集...