[vox-tech] any way to spy on a process's environment?

Shawn P. Neugebauer vox-tech@lists.lugod.org
Sat, 25 May 2002 14:48:54 -0700


On Saturday 25 May 2002 02:45 pm, you wrote:
> Does anyone know a way to peek at the environment of a processes, e.g., a
> daemon?

sure, "cat /proc/PID/environ" where PID is the process ID.

shawn.