How can I get the process details like name of application & real path of application from process id?
I am using Mac OS X.
You can use the Activity Monitor - http://en.wikipedia.org/wiki/Activity_Monitor
Or in the Terminal App you can use:
ps xuwww -p PID
PIDis the process id you are looking for More help on 'ps`command you can find with
PID
man ps