admin管理员组文章数量:1794759
nexus服务启动/关闭命令
nexus服务启动/关闭命令 history | grep nexus # 查看服务器上面的历史请求命令 ps -ef | grep nexus 查看进程及目录 find / -name 'nexus' # 查找 find / -name 'nexus-2.13.0-01' -type d
查找目录:find /(查找范围) -name '查找关键字' -type d 带*模糊匹配 查找文件:find /(查找范围) -name 查找关键字 -print find / -name 'nexus*2.13*' -type d # find / -name 'nexus-2.13*' -type d /opt/nexus-2.13.0-01 find / -name 'nexus-2.13*' -type d # find / -name 'nexus-2.13.0-01' -type d /opt/nexus-2.13.0-01 find / -name 'nexus*' -type d
which nexus # which指令会在环境变量$PATH设置的目录里查找符合条件的文件。
[root@test01 bin]# ./nexus Usage: ./nexus { console | start | stop | restart | status | dump } 启动nexus: #./nexus start # nexus-2.13.0-01/bin/nexus start 关闭nexus: #./nexus stop # nexus-2.13.0-01/bin/nexus stop
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。 原始发表:2022-02-23,如有侵权请联系 cloudcommunity@tencent 删除服务器进程grepnexus服务本文标签: nexus服务启动关闭命令
版权声明:本文标题:nexus服务启动关闭命令 内容由林淑君副主任自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.xiehuijuan.com/baike/1754988480a1709109.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论