Process Management in Linux

Source: Internet
Author: User
Process Management in Linux-general Linux technology-Linux technology and application information. For details, refer to the following section. Ps command
Ps command is the most basic and powerful process view command
Syntax: ps [Option]

Top Command
The basic functions of the top command and the ps command are the same, displaying the current process of the system and other conditions. However, the top command is a dynamic display process, which allows you to refresh the current state by pressing the buttons.
More accurately, the top command provides real-time monitoring of the status of the system processor.
Syntax format:
Top [-] [d delay] [q] [c] [s] [S]

Kill command
End a process by sending a specified signal to the Process
Syntax
Kill [-s Signal |-p] [-a] process number...
Kill-l [Signal]
Option
-S specifies the signal to be sent. It can be either a signal name or a number.
-P specifies that the kill command only displays the pid of the specified process and does not actually send an end signal.
-L display the signal name list, which can also be found in the/usr/include/linux/signal. h file
-9 forcibly kill a specified process

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.