ps line buffer

Michael ODonnell michael.odonnell at comcast.net
Thu Jul 17 11:50:57 EDT 2008


> ps auxww truncates command at 4096 characters,
> [developers] want to see the entire thing...

If they know the PID in question this might work:

   xargs -0 < /proc/$PID/cmdline
 


More information about the gnhlug-discuss mailing list