启动命令 § nohup ./kibana & 查找进程 § 无法使用ps -ef | grep kibana命令,因为kibana是用Node写的,进程名为node 使用netstat -tunlp | grep 5601查找进程