This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: put the process running in background


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]