Post #1384908
2025-12-16 14:40 UTC
Ctrl-z to suspend the running program.
bg to make it continue running in the background.
jobs to get an overview of background programs.
fg to bring a program to the foreground.
Replies (1)
-
@chillhelm@lemmy.world 2025-12-18 08:33
and - disown to keep background jobs alive when you close the terminal.