ps and grep
HiI have a doubt, how can I know what process are run by an user?
I tried:
ps aux | grep username but since one of the running process (with hundred of thread) its running in a folder similar than the user name, it list me tons of process.
Ex: Username: test
thousand of threads running in ex: /var/test
How can I cut the list to only show me the process that "test" its running?