Re: [Hampshire] More deep-down difficulties...

Top Page
Author: James Ettle
Date:  
To: lug, Hampshire LUG Discussion List
CC: 
Subject: Re: [Hampshire] More deep-down difficulties...

Reply to this message
gpg: failed to create temporary file '/var/lib/lurker/.#lk0x57a00100.hantslug.org.uk.1583': Permission denied
gpg: keyblock resource '/var/lib/lurker/pubring.gpg': Permission denied
gpg: Signature made Wed Nov 21 17:45:41 2007 GMT
gpg: using DSA key 2FF22CF403F94B5D
gpg: Can't check signature: No public key
On Wed, 2007-11-21 at 17:33 +0000, Vic wrote:
>
> The thing is - I can't just read argc/argv; I don't have them. I'm not
> writing this in C.
>
> So does anyone know how Linux communicates argc/argv to a process it runs?
> Is there a call I can make or something? Is there a data area I can read?


Could try opening /proc/self/cmdline (by whatever means). Chances are
there's a more elegant way, though.

James