エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Erlang detach shell from node / Quit shell without killing node
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Erlang detach shell from node / Quit shell without killing node
I feel like I'm missing something stupid obvious, but I've looked all over and can't find the ans... I feel like I'm missing something stupid obvious, but I've looked all over and can't find the answer to my question. Suppose I have an application release that I've built with rebar and I start it a la rel/my_app/bin/my_app start I let it happily go about its business for a while, and then I want to attach a console to check on things, so I do rel/my_app/bin/my_app attach and get a shell. I muck a

