批量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; 

相关文章: