【Linux】常用命令

【Linux】常用命令

根据进程名字查询

ps -ef|grep uinfor-system-service.jar

杀死进程

kill –9 PID

服务停止

service mongod stop