I was wondering if there was any CLI command that would allow me to see what applications are being run by the current user, but ones that are not system commands. for example if I run lsof
it will show everything that is open, files, apps, system processes.
I want to be able to show what applications a user has open i.e. firefox, skype, google chrome and so forth.