innoPath interview question

How do you get the process ID in Unix?

Interview Answer

Anonymous

Mar 1, 2011

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