linux相关程序启动命令

wylc123 8月前 ⋅ 606 阅读

1. opensearch

bin/opensearch -d

2. opensearch_dashboards

nohup ./opensearch-dashboards &

3. 杀进程,关闭程序

#如果想结束进程可以通过命令查看端口服务所在的路径在kill掉
#查看端口占用的服务
netstat -nap | grep 5601
获取到结果:opensea+ 11977 11925 10 04:52 pts/1 00:00:07 ./../node/bin/node ./../src/cli/dist
查询服务所占用的端口
ps -ef | grep /node/bin
查询结果:opensea+ 11977 11925 10 04:52 pts/1 00:00:07 ./../node/bin/node ./../src/cli/dist
结束服务进程

4. 启动nebula

/usr/softs/scripts/ebula.service start all

5. 启动ebula-graph-studio

systemctl start nebula-graph-studio.service


相关文章推荐
  • 该目录下还没有内容!

全部评论: 0

    我有话说: