1.15. nohup

1.15.1. 功能

运行程序,忽略挂起信号

1.15.2. 示例:

后台运行程序,终端关闭不影响:
# nohup bash test.sh &>test.log &