Tags: ps
May
23
Here is an alternative way to get the process ID (PID) of a particular process. The fuser command is more reliable and can be quicker than ps.
/usr/sbin/fuser files /usr/sbin/fuser /bin/bash
The fuser command outputs the PIDs of all processes that ar… more »
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