How to disown a command in the busybox shell?
1
vote
3
answers
797
views
I'm trying to write a quick-and-dirty shell script daemon to run on a home router that has a busybox shell, which doesn't support
disown
. Is there any way to do either of the following?
- Run a command like command &
and then disown it once it's in the background.
- Run a command "directly" in the background (i.e., not using &
).
Asked by joshlf
(395 rep)
Sep 29, 2023, 08:05 PM
Last activity: Feb 13, 2025, 08:27 AM
Last activity: Feb 13, 2025, 08:27 AM