开发者

How to know how long a process has been running? [closed]

开发者 https://www.devze.com 2023-03-30 03:37 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

开发者_开发百科 Improve this question

I am interested in doing this purely using bash.


ps can fit your needs:

ps -eo pid,command,etime
0

精彩评论

暂无评论...
验证码 换一张
取 消