Re: Simple question
- From: Niklas Norrthon <do-not-use@xxxxxxxxxxx>
- Date: 31 Oct 2005 10:16:16 +0100
Niklas Norrthon <do-not-use@xxxxxxxxxxx> writes:
> Sillaba atona <NOSPAM@xxxxxx> writes:
>
> > I should implement in C POSIX the possibility to have an exec command
> > in background like the command & in bash shell.
> >
> > I simple used a fork+exec without a wait command in the master
> > process. It seems to be correct, but when I run the programm the
> > cursor disappear until the child process stops.
> >
> > Any suggestion?
>
> I suggest that you ask in comp.unix.programming.
That should be comp.unix.programmer
/Niklas Norrthon
.
- References:
- Re: Simple question
- From: Niklas Norrthon
- Re: Simple question
- Prev by Date: Re: Simple question
- Next by Date: Re: Quick questions...
- Previous by thread: Re: Simple question
- Next by thread: Re: Simple question
- Index(es):
Relevant Pages
|