Pages

Wednesday, October 14, 2015

Access Env of anothe process


  1. xargs --null --max-args=1 echo < /proc/<pid>/environ
  2.  ps wwwe <pid> | tr  ' ' '\n'