The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-20-2008
baloo_mia baloo_mia is offline
Registered User
 

Join Date: Feb 2008
Posts: 3
Thanks for the prompt reply and making clear the concept associated with stop and bg.

I tried running some dummy job on first terminal and then 'stop' in second terminal using PID and finally using third terminal to restart the background suspended job same PID and it worked the command I used was..
Code:
kill -s CONT $PID
For those who might need this command in future..

once again thanks.


best
baloo

Last edited by Yogesh Sawant; 04-21-2008 at 01:23 AM. Reason: added code tags
Reply With Quote