Google interview question

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

Interview Answers

Anonymous

18 Dec 2015

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

1

Anonymous

3 Aug 2015

ps aux

1