LINUX直接杀进程

 

 

kill -9 进程号

先 ps -ef | more 看进程情况 

如果知道进程名称 也可以用 

ps -ef| grep 进程名称

找到第二列 就是进程号  ,输入 kill -9 进程号
 
==============================
 
 
 
 
 
 
 
 
 
cd ..
ls
ll
cd member.chinaacc.com_10100/
ll
cd conf/
ll
vim context.xml
more context.xml

你可能感兴趣的:(linux)