put the process running in background

Michael Eager eager@eagercon.com
Sat Apr 28 11:26:00 GMT 2007


VOLTER wrote:
> I'm using SLACKWARE LINUX with no graphic interface, only 
> text(console)-mode
> 
> I'm trying to write client&server program with gcc.
> I don't have an internet connection so I practice this TCP/UDP stuff
> on my local machine.
> 
> HOW CAN I EXECUTE MY SERVER PROGRAM AND MAKE IT RUNNING IN BACKGROUND?
> 
> I have tried Ctrl+C but it terminates the program:-(
> also tried Ctrl+Z but it STOPS the program and puts in background:-(
> 
> ANY IDEA?

Yep:

1) Send inquiries to the correct list.  This list is for questions
    relating to the GCC compiler.  Your question is about Linux.

2) RTFM: bash job control.

-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077



More information about the Gcc-help mailing list