In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article shows you how to run linux.sh files. The code is concise and easy to understand. It will definitely make your eyes shine. I hope you can gain something from the detailed introduction of this article.
There are two ways to run a.sh file on Linux. For example, I have a datelog.sh file in my root directory.
The first method (this method requires chmod to make the file executable (x): chmod u+x datelog.sh):
1. Under any path, enter the absolute path of the file/root/datelog.sh to execute the file (of course, if permissions permit).
[root@ubitername ~]# /root/datelog.sh
2. cd to the directory of the datelog.sh file, and then execute./ datelog.sh
[root@ubitername ~]# cd /root[root@ubitername ~]# ./ datelog.sh
The second option (which does not require executable permissions on the file to work):
1. Add the file name to sh under the file path, sh datelog.sh
[root@ubitername ~]# sh datelog.sh
2. Under any path, sh plus the file path and file name: sh /root/datelog.sh
[root@ubitername ~]# cd /etc[root@ubitername ~]#sh/root/datelog.sh This is how linux runs.sh files. Have you learned anything or skills? If you want to learn more skills or enrich your knowledge reserves, please pay attention to the industry information channel.
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.