Home  >  Q&A  >  body text

linux - How to check the compilation process again if the xshell window is closed when liunx is being compiled?

During the compilation process, xshell may be closed suddenly due to circumstances. How can I check the compilation process again?

天蓬老师天蓬老师2671 days ago1227

reply all(3)I'll reply

  • 高洛峰

    高洛峰2017-06-26 11:01:06

    Once the ssh session is disconnected, the programs running above will exit, so your build process should be interrupted and you need to recompile after ssh up.

    When you need to run a long-term program remotely, it is recommended to use tools like screen or tmux.

    reply
    0
  • 漂亮男人

    漂亮男人2017-06-26 11:01:06

    Go to the terminal and see the console of the machine to which you xshell are connected

    I don’t know why you closed it. If it is caused by disconnection or disconnection, I suggest you use a conversation tool like screen or tmux

    I will share the tutorial and script for installing Tmux myself:

    • Tmux installation tutorial

    • Tmux one-click installation script

    reply
    0
  • 我想大声告诉你

    我想大声告诉你2017-06-26 11:01:06

    Added how to use screen: Use screen to manage your remote sessions

    reply
    0
  • Cancelreply