Ralf <[email protected]> wrote: > Is there any way to print the list of environment variables of a running > process ? > In linux i could use ps -ueww or cat /proc/<nnn>/environ, is there a similar > feature in opensolaris ?
This is incorrect syntax ;-) The old historic UNIX ps that prints environment vars does not use '-' to start options. Sinply use: ps aeww Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ opensolaris-discuss mailing list [email protected]
