Description of UseThe KILL command terminates the specified process (terminate a process) and is a common command for process management under Unix/linux. In general, we use tools such as ps/pidof/pstree/top to get the process PID when we need to
1 seconds to kill business analysis
Normal e-business process
(1) Inquiry goods, (2) Create Order, (3) deduct inventory, (4) Update order, (5) payment, (6) Seller issue
The characteristics of the second kill business
(1) Low price, (2) Large
KillThe KILL command in Linux is used to terminate the run of the specified process (terminate a process) and is a common command for process management under Linux. Typically, terminating a foreground process can use the CTRL + C key, but for a
the KILL command in Linux is used to terminate the run of the specified process (terminate a process)Typically, terminating a foreground process can use the CTRL + C key, but for a background process to be terminated with the KILL command, we need
Keywords: Linux check process, kill process, START process1. Check processThe PS command finds the PID number associated with the process:PS A shows all programs under the current terminal, including other users ' programs.Ps-a Show All Programs.PS
Tags: killlinuxfirefoxtimerexception2012-01-19 22:48 335004 people read review (+) collection report Classification:tips ($) Linux($) Reproduced an article, the most original source has not been tested, hope forgive me!General article:First, use
1. Check processThe PS command finds the PID number associated with the process:PS A shows all programs under the current terminal, including other users ' programs.Ps-a Show All Programs.PS C shows the actual instruction name of each program when
Reproduced an article, the most original source has not been tested, hope forgive me!General article:First, use PS to view the process as follows:$ ps-ef......Smx 1822 1 0 11:38? 00:00:49 gnome-terminalSmx 1823 1822 0 11:38? 00:00:00
The KILL command is used to terminate the specified procedure (terminate a process) and is a common command for the unix/linux process. In general, when we need to terminate some or certain processes, we first apply the Ps/pidof/pstree/top and other
1. Check processThe PS command finds the PID number associated with the process:PS A shows all programs under the current terminal, including other users ' programs.Ps-a Show All Programs.PS C shows the actual instruction name of each program when
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.