Hi all.
In AIX 4.3.3*, what can I do within a script to learn who is REALLY running a process?
Here's the situation:
I've written a bash script that runs once a minute which checks the output of 'ps -Ao %C,%u,%p,%n,%a' for CPU (second field) utilization that exceeds a given threshhold. If it...