LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   using console after launching a program off it (https://www.linuxquestions.org/questions/linux-newbie-8/using-console-after-launching-a-program-off-it-214532/)

Lechium 08-07-2004 12:29 AM

using console after launching a program off it
 
Hi. I had noticed that if I start a program off concole it becomes unusable untill the program is closed, as in I cannot execute commands, and ctrl+c while brings back workign console, kills the launched program.

question: how can I say run firefox off console and than run xine, without closing firefox?

valencequark 08-07-2004 12:42 AM

Re: using console after launching a program off it
 
Quote:

Originally posted by Lechium
Hi. I had noticed that if I start a program off concole it becomes unusable untill the program is closed, as in I cannot execute commands, and ctrl+c while brings back workign console, kills the launched program.

question: how can I say run firefox off console and than run xine, without closing firefox?

ctrl+c kills the process.

try this: firefox &

--vq

Lechium 08-07-2004 12:50 AM

thanks

jomen 08-07-2004 02:37 AM

try issuing the command(s) like this:
firefox &
xine &

the "&" sign tells bash to background the process...

but - if you should close the terminal, from which you where running these commands, the programs started from it would still be closed with it...


All times are GMT -5. The time now is 05:55 AM.