几个linux常用命令

来源:互联网 发布:知乎 公学 编辑:程序博客网 时间:2024/04/26 07:46

ps -ef | grep java 查看java进程的进程号

kill -9 +进程号 杀死服务

top 查看负载

tail -100000f 文件 查看某文件

nohup ../../../apache-ant-1.8.2/bin/ant -f build.xml >nohup.out & 启动ant


RabbitMQ (二)工作队列


http://blog.csdn.net/lmj623565791/article/details/37620057

0 0
原创粉丝点击