Google Interview Question

How do you list all the open programs in Linux command line?

Interview Answers

Anonymous

Dec 18, 2015

The question I was asked is: "What is the way to list all open files" Which was lsof

1

Anonymous

Aug 3, 2015

ps aux

1