LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Job control (https://www.linuxquestions.org/questions/linux-newbie-8/job-control-218301/)

King4lex 08-16-2004 10:54 AM

Job control
 
From what I see, when using job control to switch processes to running in the background, when the process needs to display output it stops running and lets you know. If there anyway to get it to keep running when it prompts you?

linuxlastslonge 08-16-2004 11:01 AM

what program are you using to manually manage your processes?





:Pengy:

King4lex 08-16-2004 11:26 AM

Well, I am learning about job control using a Unix book I have. The book is discussing using the C shell. It says to either add "&" to the end of the command or use Ctrl+Z and then bg which sends the process to the background.

btmiller 08-16-2004 12:50 PM

At least under bash, programs running in the bavkground just output their stuff to the terminal. This can be somewhat annoying when you're typing a command and all of a sudden you see results of some other command that was running in the background :). Not sure how the C shell family does things...


All times are GMT -5. The time now is 08:00 AM.