批量kill python 进程

批量kill python 进程 

killall -15 python && sleep 2 && ps axu|grep python

批量启动服务 

/etc/init.d/battery start ;   /etc/init.d/runopt start ; /etc/init.d/proclib start; /etc/init.d/softmgr start; /etc/init.d/softmgr_v2 start; 

原文地址:https://www.cnblogs.com/lhj588/p/2617321.html