In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces in detail how linux calls the script to open the software. The sample code in this article is very detailed and has a certain reference value. Interested friends can refer to it.
Open the terminal and create a folder to hold the script files written.
Find the path to the execution program you want to open. Take Firefox as an example. There is an execution program for Firefox under / usr/bin.
Enter cd / usr/local/myShell to enter the folder you just created.
Then type sudo touch openFireFox.sh to create the script file.
Enter sudo vi openFireFox.sh and use vi to edit the file.
Press I to enter the insert state. Enter:
#! / bin/shcd / usr/bin./firefox
Then press the ESC key to exit the editing state, press: wq and press enter to save the file to exit.
After exiting, type sudo chmod 777./ openFireox.sh to modify the permissions of the file.
Then type. / openFireFox.sh to open the Firefox browser.
These are the details of how linux calls scripts to open the software, and does it yield anything after reading it? If you want to know more about it, welcome to the industry information!
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.