Created
October 25, 2015 13:24
-
-
Save gtk2k/f11f6abb9565f0eac6a4 to your computer and use it in GitHub Desktop.
ターミナルでログアウトしても実行し続けるLinuxコマンド nohup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nohupコマンド | |
$ nohup node app.js & | |
最後の&はバックグラウンドで実行するというオプション。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment