Timeline for How to see process created by specific user in Unix/linux
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 18, 2022 at 19:11 | comment | added | ks1322 |
pgrep -u <username> | xargs ps u shows even more process details.
|
|
| Jan 24, 2018 at 10:03 | comment | added | user939407 | ps -u doesn't provide full process details, but ps -fu <username> does. Agree ps -fu is a best solution | |
| Jan 23, 2018 at 8:27 | comment | added | Stephen Kitt |
How is this better than ps -u <username>, as mentioned in the existing answer (or ps -fu <username> if you want process details)?
|
|
| S Jan 23, 2018 at 7:56 | review | Low quality posts | |||
| Jan 23, 2018 at 8:27 | |||||
| S Jan 23, 2018 at 7:56 | review | Late answers | |||
| Jan 23, 2018 at 7:57 | |||||
| Jan 23, 2018 at 7:41 | review | First posts | |||
| Jan 23, 2018 at 7:58 | |||||
| Jan 23, 2018 at 7:39 | history | undeleted | user939407 | ||
| Jan 23, 2018 at 7:38 | history | deleted | user939407 | via Vote | |
| Jan 23, 2018 at 7:38 | history | answered | user939407 | CC BY-SA 3.0 |