Linux pgrep Query Process Tool

Source: Internet
Author: User

The Linux pgrep tool pgrep is used to query processes by program names. It is generally used to determine whether a program is running. In server configuration and management, this tool is often used, simple and clear; usage: # ps parameter option program name common parameter-l list program name and process ID; -o process start ID;-n Process Termination ID; example: [root @ localhost ~] # Pgrep-lo httpd4557 httpd [root @ localhost ~] # Pgrep-ln httpd4566 httpd [root @ localhost ~] # Pgrep-l httpd4557 httpd4560 httpd4561 httpd4?httpd4563 httpd4564 httpd4565 httpd4566 httpd [root @ localhost ~] # Pgrep httpd45574560456145624563456445654566

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.