Re: system command returning unknown error.
Re: system command returning unknown error.
- Subject: Re: system command returning unknown error.
- From: Anton Kuzmin <email@hidden>
- Date: Wed, 14 Jun 2006 21:48:23 +0100
That's what system() returns if it fails to execl() "/bin/sh" after
fork()-ing, unfortunately it's not in the man page.
But I don't see how that could be caused by just not having root privileges.
Anton
matt jaffa wrote:
Ok so I admit I read it wrong regarding the return status, always got
0 for everything else I executed so I assumed 0 good and only -1 was
returned if bad.
soo I am getting 32256 by executing system("/sbin/shutdown -r now");
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden