[linux-help] Re: Help on CHILD PROCESS
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, 22 Nov 2000, you wrote:
> How do you start a CHILD PROCESS of another process?
If you're running commands from a command prompt, you can make them child
processes by putting the ampersand (&) character on the end of the line. If
you're doing it from a program, you call the fork routine. (see man fork)
Greg
-- This is the linux-help@xxxxxxxxx list. To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
|
|