Tags: variables
Apr
21
How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix terminal ?
Linux, Solaris, HP-UX Send feedback »To identify processes to kill we need to view the FULL output from the ps command (we use the comm field). But by default we are not able to view full command. So here is the solution..
Solaris :
/usr/ucb/ps -awux
You may need two "w" options. Fro… more »
Recent comments