innoPath interview question

How do you get the process ID in Unix?

Interview Answer

Anonymous

1 Mar 2011

ps -ef | awk '{print $2}'