Random Linux Tips

Posted by Jemshad O K     Category: General

####[ GNU/ One Stanza Tip () ]#######################

Sub : Pushing process into background (bash) #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]################

VN:F [1.6.3_896]
Rating: 6.0/10 (1 vote cast)
VN:F [1.6.3_896]
Rating: 0 (from 0 votes)
Tags: , , ,

Related posts