In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you the use of linux's bg command to run the homework in the background, I hope you will learn a lot after reading this article, let's discuss it together!
The bg command is used to run the job in the background so that the foreground can perform other tasks. The effect of this command is the same as adding a symbol to the instruction, which is executed in the background of the system.
Syntax format: bg [parameters]
Common parameters:
Job ID specifies the job ID number that needs to be placed in the background
Reference example
Use the bg command to put the task with task number 1 in the background to continue:
[root@linuxcool ~] # bg 1
Using the bg command has the same effect as adding the symbol "&" after the instruction, using & to put find /-name password in the background:
[root@linuxcool ~] # find /-name password & after reading this article, I believe you have some understanding of using linux's bg command to run the job in the background. You want to know more about it. Welcome to follow the industry information channel. Thank you for reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.