Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of opening Software in linux

2025-04-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

First create a folder to hold the script files you wrote.

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.

Input

#! / 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.

If you want the program to be executed in the background, you can press ctrl+C to exit the program at the terminal and re-enter. / openFireFox.sh &, so that the program can be run in the background and the terminal can continue to use it.

These are the details of how to open the software in linux. Please pay more attention to other related articles!

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report