日期:2014-05-16  浏览次数:20631 次

一些linux命令记录

查看正在運行的JAVA線程?? ps aux|grep java
殺掉進程???????????????? kill -9 PID? 如 : kill -9 18769
linux掛載 win共享目錄
[root@e-print ~]# cd /data/
[root@e-print data]# mount -t cifs -o username=guest -o password= -o iocharset=big5 //192.168.32.2/data? /data/
[root@e-print data]#