标签: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命令
原文地址:http://chinewwen.blog.51cto.com/8636919/1906055