Top: how to view the full command path?
Solution 1:
If you are looking for Top type output with full path
I suggest ps ax
sorted by PID
or even better ps auxww
sorted by CPU
If you are looking for Top type output with full path
I suggest ps ax
sorted by PID
or even better ps auxww
sorted by CPU