support17
级别: 资深会员
精华:
0
发帖: 709
威望: 2 点
镭: 2 L
贡献值: 0 点
在线时间:0(小时)
注册时间:2005-06-27
最后登录:2006-12-14
|
可作如下操作:
1.关闭已打开的所有应用程序
2.打开终端
3.ps -aux|grep unihan2
4.将前四个进程kill掉,比如我的第二步输出为:
hongjianruan:~# ps -aux|grep unihan
Warning: bad ps syntax, perhaps a bogus \'-\'? See http://procps.sf.net/faq.html
root 7278 0.0 0.2 4512 1312 ? S 08:57 0:00 httx -if unihan2
root 7280 0.0 0.5 16280 2700 ? Sl 08:57 0:00 htt_xbe -if unihan2
root 7299 0.0 1.7 39592 8840 ? S 08:57 0:01 com.sw-linux.unihan2.StatusAux
root 7328 0.0 1.6 35536 8368 ? S 08:57 0:04 com.sw-linux.unihan2.LookupAux
root 16162 0.0 0.1 3120 924 pts/0 S+ 11:17 0:00 grep --color=auto unihan
则:
kill -9 7278 7280 7299 7328 (后面的数字请参看自己机器上第二步的输出)
|
|
|
|
[1 楼]
|
Posted: 2006-07-06 11:26 |
| |