how to get the list of process running in the server from the local machin n unix ?

how to get the list of process running in the server from the local machin n unix ?

'ps -ef' is the normal way of doing it.

try 'ps -efww' for more detailed info.

checkout your ps command, it can be slightly different depending on your unix flavour

ps -ef (e for all files & f for details )
and there is no w option in my shell (hp-ux)

it list all the processess running
i meant only the processess running in the server