Linux软件使用命令

Posted -saligia-

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux软件使用命令相关的知识,希望对你有一定的参考价值。

tomcat

./startup.sh//开启

./shutdown.sh//关闭

tail -f ../logs/catalina.out//查看日志

zookeeper

./zkServer.sh start//开启

./zkServer.sh stop//关闭

./zkServer.sh status //状态

activemq

./activemq start//开启

./activemq stop//关闭

./activemq status//状态

redis

./redis-server redis.conf//开启

./redis-cli shutdown//关闭

以上是关于Linux软件使用命令的主要内容,如果未能解决你的问题,请参考以下文章