On Sat, Apr 21, 2012 at 02:52:17AM +0300, Ivan Kanakarakis wrote: > dah > > $ ps e -C ii | grep -o "IIPASS=[^ ]*" > IIPASS="foobar"
I am mildly convinced that other users cannot see env data with ps -e. I am also vaguely determined that on linux this information comes from /proc/$PID/environ and is thus controlled by that file's mode. If not, we should write a better ps.