most likely [depending on your OS - 'man ps']:
ps -f -u x vlad
+----------------------------+
| #include<disclaimer.h> |
+----------------------------+
If the user name is "joe", you would type...
[tt]
ps -fu joe
[/tt]
The [tt]f[/tt] is to get a full listing, and the [tt]u[/tt] is to only list processes owned by the user name given (in this case [tt]joe[/tt]).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.