nohup 和 & -- 后台运行、Ctrl+c\Ctrl+z、processon.com -- 免费在线流程图思维导图、常见的默认端口号、Markdown基本语法
nohup 不挂断地运行命令
& 是指在后台运行
--例如
nohup 命令 &
--表示不挂断的后台运行命令
50070 -- hdfs
8088 -- yarn
16010 -- HBASE
2181 -- Zookeeper
Ctrl+c:退出
Ctrl+z:挂起
nohup 不挂断地运行命令
& 是指在后台运行
--例如
nohup 命令 &
--表示不挂断的后台运行命令
50070 -- hdfs
8088 -- yarn
16010 -- HBASE
2181 -- Zookeeper
Ctrl+c:退出
Ctrl+z:挂起