MacOS – Top: how to view the full command path

command linemacosmojaveterminal

Is it possible, using top, to view the full path of the running processes/commands? I tried pressing C on my keyboard but it doesn't seem to work.

top

Best Answer

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