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接続が切断された後もプロセスを実行し続ける方法はありますか?
別の同様の質問があります。
そこで提供された答えは、POSIXコマンドnohupを使用して、sshの終了を無視し、プロセスの実行を継続できるようにすることでした。