Re: Changing argv[0] under Linux.

Jon Burgess (Jon_Burgess@eur.3com.com)
Thu, 16 Jan 2003 10:12:23 +0000


> Any suggestion on how to get the binary name from the core image?

How about:

exec("/proc/self/exe", ...)

I found something like this handy when writing an self extracting compressed
executable a while ago.

Jon

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/