[Ubuntu] Linux 挂起一个会话 运行后台程序
安装tmux
apt install tmux
创建一个新的会话
tmux new -s my_session
执行你的指令, 例如
jupyter notebook --allow-root
退出 tmux 会话 按下 Ctrl + B
后松开,再按 D
,即可暂时退出 tmux 会话
如果需要重新进入 tmux 会话, 执行
tmux attach -t my_session
[Ubuntu] Linux 挂起一个会话 运行后台程序
http://localhost:8090/archives/linuxsessionnew