Re: getting a programs ENV via ptrace ?

Trond Myklebust (trond.myklebust@fys.uio.no)
29 Apr 2002 10:37:26 +0200


>>>>> " " == Soeren Sonnenburg <sonnenburg@informatik.hu-berlin.de> writes:

> Hi... I am looking for a way of getting the environment
> variables of a running process.

cat /proc/<pid>/environ | tr '\0' '\n'

Cheers,
Trond
-
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/