Using 'ps' in Linux

List processes with owner and command:

ps aux




How long has a program been running?

ps -eo pid,comm,etime

Powered by Linux