Running the shell command from the terminal in the background under Linux

Source: Internet
Author: User

Under Linux, if the shell command you want to execute takes a very long time, and: (1) Your network is unstable, you may be disconnected at any time, or (2) you must close the terminal software (for example, SECURECRT) after executing the shell command.

Here's how:

Nohup your shell Command &

(3) Enter the Exit command to exit the terminal:

(4) You can now close your terminal software, wait for enough time, let your shell command after the execution and then go up to see the results.

The Nohup command allows your shell command to ignore the sighup signal, which can be removed from the terminal and "&" allows your command to run in the background.

Running shell commands in the background in an off-terminal way has several advantages: as long as you have executed the command, your network outage will not have any effect on you, and you can shut down the terminal software.

Running the shell command from the terminal in the background under Linux

Related Article

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.