Introduction to Linux Job management

Source: Internet
Author: User
Concepts involved in Job management
Front desk (foreground): an environment in which the prompt can be operating system
Backstage (Backgroud): Put in the background to pause or run
The working status in the background is divided into 2 types:
Pause Status: Use CTRL + Z
Run Status: direct command to run in the background, using the commond& symbol


where [number] the number in parentheses is the work number, and the + number represents the work that was recently thrown in.
JOBS-L lists work numbers and PID,

        涉及的命令有        fg:将后台工作拿到前台工作     [%job_number]        bg:将工作在后台的下的状态变成运行中     [%job_number]        kill:管理后台的工作,必须加上    %工作号码,因为不加%会杀掉进程而不是工作。

Introduction to Linux Job management

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.