Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 198 Bytes

search-application-process.md

File metadata and controls

9 lines (5 loc) · 198 Bytes

Search application process

ps ax | grep {{APPLICATION_NAME}}

  • APPLICATION_NAME: Name of the application for which process id needs to be searched

Example

ps ax | grep python