Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sshセッションの終了時に終了しないsshを使用してプロセスを開始する方法はありますか?接続を開いたままにしなくても、SSH接続しているコンピューターでジョブを実行し続けたい。
nohupを使用できます(* nixサーバーにSSHで接続していると仮定します)
画面ユーティリティを使用できます。
screenの代わりにdtachがあります。dtachはより小さく、より軽量です。実際、これはscreenユーティリティのデタッチ部分にすぎません。