Multi-application (multi-task) switching of the embedded Linux system on the command line (terminal interface)

Source: Internet
Author: User
In the near future, some projects of multi-application (multi-task) switching in the command line (Terminal Interface) of the embedded Linux system need to run multiple applications at the same time, but I have no idea about this. I always understand it in a fragmented manner. in the past, I had no progress because I had not summarized it comprehensively. Now, we have learned that many applications (multi-task) switching of the East embedded Linux system on the command line (Terminal Interface) requires simultaneous running of multiple applications, but I have no idea about this. I always understand it in a fragmented manner. in the past, I had no progress because I had not summarized it comprehensively. Write down what you have learned and add it at any time. if you see this article and find that my understanding is incorrect, please correct it. Involved shell command: fg bg jobs ps kill in the command line interface, if you need an application to run in the back header, enter./testapp1. At this time, the application testapp1 may output some debugging information, but you can continue to input shell commands. If you want to add more applications to run in the background, enter./testapp2. To view how many applications are currently running in the background, enter jobs and workers to display all applications running in the background. You need to switch the application and use the fg and bg commands. Fg switches the application to the foreground, and bg switches the currently running program to the background to continue running. For example, fg % 1; bg % 2. if it is a manual operation, when running an application, you can Ctrl + z to make the current application suspended, not running. If you need to change the application to run in the background, enter bg % 1. if you want to terminate an application running in the background, use kill. The PID of the application can be obtained through the ps command.
 
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.