Closed doomwithdon closed 1 year ago
I know how to run it in interactive terminal, is there a way to run the command in daemon thread mode so that one need not have an open active terminal?
There is no built-in daemon mode. The most natural and easiest way might be to use a terminal multiplexer like tmux, but there are various other ways to run commands in the background.
tmux
I know how to run it in interactive terminal, is there a way to run the command in daemon thread mode so that one need not have an open active terminal?