How to run scripts in the background in Linux

Source: Internet
Author: User
In linuxlinux, when the platform is running in linux, the putty.exe window is closed, and the script runs normally. Originally, when the @ echooff @ title test jar project runs independently, java-Xbootclasspath/:. /lib/commons-logging -... in Linux, how does one allow scripts to run in linuxlinuxin the background? when the putty.exe window is closed, the scripts can still run normally. Originally, @ echo off @ title test jar project runs independently. java-Xbootclasspath/:. /lib/commons-logging-1.1.jar ;. /lib/dom4j-1.6.1.jar ;. /lib/jaxen-1.1-beta-6.jar ;. /lib/log4j-1.2.13.jar ;. /lib/ojdbc6.jar;-jar my_project.jarpause www.2cto.com after modification @ echo off @ title test jar project run independently java-Xbootclasspath/:. /lib/commons-logging-1.1.jar ;. /lib/dom4j-1.6.1.jar ;. /lib/jaxen-1.1-beta-6.jar ;. /lib/log4j-1.2.13.jar ;. /lib/ojdbc6.jar;-jar my_project.jarpause & Solution: add the "&" symbol at the end to author hbiao68.
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.