####[ GNU/Linux One Stanza Tip (LOST) ]#######################
Sub : Pushing process into background (bash) LOST #278
To temporarily stop a running process, press Ctrl-z. And then
to push it in the background (so that it keeps running) type
‘bg’. To get it back to foreground later, type ‘fg <progname>’
on the bash prompt when needed.
####[ajitabhpandey (at) users.sourceforge.net]################
Tags: linux, lost, tips, tricks