Timeline for How to check latest restart processes in unix?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 27, 2018 at 11:54 | comment | added | Stefan M |
Read the linked man page. -u userlist
|
|
| Feb 27, 2018 at 11:52 | comment | added | user3548033 | dear stefan, by this command i am not getting application specific user processes. it's giving the all the processes whether it's related to user or not. | |
| Feb 27, 2018 at 10:46 | comment | added | Stefan M |
According to this man page, you might try etime. The trouble is that the output will be in the form [[dd-]hh:]mm:ss. So you'll have to re-calculate the output. This will still be possible as only numbers are involved, rather than dates with names of month written out.
|
|
| Feb 27, 2018 at 10:41 | comment | added | user3548033 | i am using suse linux. | |
| Feb 27, 2018 at 10:37 | comment | added | Stefan M | Which operation system are you using? I was testing on linux, especially Ubuntu. | |
| Feb 27, 2018 at 10:36 | comment | added | user3548033 | when i running this command it's giving me error like below: ERROR: Unknown user-defined format specifier "etimes". | |
| Feb 27, 2018 at 9:26 | history | answered | Stefan M | CC BY-SA 3.0 |