|
|
|
|
|
by anon4711
3539 days ago
|
|
The use-case? Well, you have a process that will run for a long time. You don't want to keep a terminal open. You /could/ just detach it. Now what if you want to kill it? Open another terminal, kill it by PID or through pkill. Clicking a button might be more convenient. |
|