
disown
List of commands for disown:
-
disown:tldr:869c0 disown: Disown a specific job.$ disown %${job_number}try on your machineexplain this command
-
disown:tldr:88b99 disown: Keep job (do not disown it), but mark it so that no future SIGHUP is received on shell exit.$ disown -h %${job_number}try on your machineexplain this command