Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Source: https://twitter.com/climagic/status/717090979396853760
- # Show the (long) format start time and calling parameters for all processes on a Linux system.
- ps -o pid,lstart,command ax
- # uptime of a single process with pid $pid:
- ps -o lstart $pid | tail -1
Advertisement
Add Comment
Please, Sign In to add comment