Sample Header Ad - 728x90

ps -aux -U "user" not filtering on user as expected

2 votes
2 answers
1278 views
I have a quick question. I would regularly like to list all the processes running under my account on Linux. After reading the manpage, I thought I'd have to write: ps -aux -U "joshua" to get all processes running under user account
. However, this command also lists processes running as root and other accounts. Am I missing something? Why does this happen? Thank you in advance, Joshua
Asked by Joshua Schroijen (123 rep)
Apr 6, 2023, 07:54 AM
Last activity: Oct 1, 2024, 01:59 PM