Execute a Script Discovery report syntax error, but running on other machines is no problem the only difference is that a CentOS machine error is UbuntuSearch the Internet for a momentBecause the default SH is connected to dash, and because the dash is not compatible with bash, it goes wrong. You can change SH to bash file name when you execute it. Sh to executeS
that is/usr/local/lib/, and then make expect said can only install expect related components, there are other??? , no matter what, I'll install it directly after make.Then we have the main function of expect.The code is as follows:#!/usr/bin/expect-F -1ssh [email protected]ServerIP " *assword:* " // Wait for password prompt display "$password \ r" // login Interact //doneAnd then it hurts that the script is not going to perform as normal
something
--------------------------------------------------------------------------------
Case two: InetpanelMany of the daemon will be accompanied by a management Shell Script,Like bind, attach the Ndc,apache and attach the Apachectl. These management programs are written in shell script,A shell script that manages inetd is shown below.#!/bin/sh
Case is inStart | Begin | Commence)/usr/sbin/inetd;;Stop | End | DestroyKillall inetd;;Restart | Agai
Tags: ted linux command com work HTTPS error DOS reason refSometimes we execute an SH file under Linux and will error "SYNTAX error:unexpected END of File", which is mainly caused by the change of working system environment.If the original script is under Windows, write using the sublime editor. Transfer shell scripts to Linux: Using the command bash-x script check syntax always comes with an error syntax error:unexpected end of file. cause : When a
When querying the ORACLE v $ view in the Sh script, you need to add the Escape Character "\" before $ DBA. Some sh scripts are often deployed to log on to the ORACLE database to query the v $ dynamic view to get something practical. automated Management, however, when writing an oracle SQL statement in the sh script, if the statement queries the v $ view, writing
Linux sh: bashdb installation and preliminary use, shbashdbPreface
This week, echo or bash-x is used for linux Script Programming and debugging.Run bash-n x. sh to check the syntax.
In a function, echo is used to return the output parameter string. If echo is used to print debugging information, the logic is disrupted.At that time, I was thinking that the linux tool was so powerful that since gdb was availa
The official documentation has a phrase "allows you to call any program" and:Helps you write shell scripts Inpythonby giving you the good features of bash first sentence to help you easily call your own program in Python, the second sentence gives you the opportunity and Shell This local tyrants make Friends ㈠ call System program [Python] >>> import sh >>> print (sh.ls ('/home/mysql ')) cdio_bak.sql mysql-5.5.16.tar.gz mm percona-xtrabackup-2.1.4-
SH file for logical backup of Oracle Database
SH file for logical backup of Oracle Database
The ORACLE tutorial is the SH file of the logical backup of the Oracle database.
Full backup SH file: exp_comp.sh
Rq = 'date + "% m % d "'
Su-oracle-c "exp system/manager full = y inctype = complete file =/oracle/export/db_comp
Title, see a project crontab executed the. sh file and then went to the. Sh to find the appropriate PHP file it feels a little superfluous.
There's no such thing as an impact on performance.
Reply content:
Title, see a project crontab executed the. sh file and then went to the. Sh to find the appropriate PHP file
Article Title: tiptop automatic backup script backup. sh. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
# Create a crontab Scheduler
Crontab-e
0 *** sh/u3/backup/tool/backup. sh # automatic backup at every day
0 6 ***
Run the. Sh script in Linux./bin/sh ^ m: Bad Interpreter: no such file or directory is abnormal.Analysis: This is caused by different system encoding formats: The. Sh file edited in Windows may have invisible characters, so the preceding exception information is reported when executed in Linux.
Solution:
1) Conversion in Windows: some editors such as ultraedit
First, make sure that the file type is executable.
There are two ways to set the file as an executable file.
1) directly select "executable" in the file property tag, -- if B uses a graphical interface, this method is the simplest and most direct.
2) run the command chmod + X file. Sh. Add executable attributes to file attributes.
Then, execute the shell script file.
1) double-click File. Sh to run the
Zookeeper command line
OriginalHttp://blog.csdn.net/ganglia/article/details/11606807
The Zookeeper client has two versions: C and Java.
The Zookeeper command is in the/usr/lib/zookeeper/bin folder.
Clients running Java use Bash zkcli. Sh-Server IP: Port and C language version./cli_mt IP: port. The following describes the Java version, which is similar to the C language version.
View node Information
Bash zkserver.
Run root. Sh in RAC of Oracle 11.2.0.1 and an error is reported as follows:
[Root @ Rac1 Oracle] #/u01/APP/11.2.0/GRID/root. Sh
Running Oracle 11g root. Sh script...
The following environment variables are Setas:
Oracle_owner = Oracle
ORACLE_HOME =/u01/APP/11.2.0/Grid
Enter the full pathname of the local bindirectory: [/usr/local/bin]:
The file "dbhome" alread
Executes the. SH script in Linux, exception/bin/sh^m:bad interpreter:no such file or directory.Analysis: This is the result of different system encoding formats: the. sh file edited in the Windows system may have invisible characters, so it will report the above exception information in the Linux system.Resolve: 1 convert under Windows:Use tools such as UltraEdit
Tags: ges resolve error Linu All rights log str virtual TargeToday accidentally executed the Chmod-r 777/var on this machine's virtual machineCauses all permissions in the/var directory to be all 777Where the/VAR/EMPTY/SSHD directory permission must be 744, but was changed to 777, causing the SH remote connection failedRemote SH connection Condition 1. Turn off the firewall or open
One-click to build PPTP VPN scripts
Download Centos6.2 a key to build a PPTP VPN script
The code is as follows
Copy Code
#wget http://www.hi-vps.com/shell/vpn_centos6.sh#chmod a+x vpn_centos6.sh
Install Centos6.2pptpvpn script #bash vpn_centos6.
Sh File Syntax in CentOSIntroduction:Start with 1The program must start with the following line (must begin with the first line of the file ):#! /Bin/shSymbol #! The parameter used to tell the system that the program is used to execute the file. In this example, we use/bin/sh to execute the program.When writing a script, you must make it executable if you want to execute the script.To make the script execut
Install OracleRAC10.2.0.1 on LinuxAS5.4 and use the virtual disk partition mapped out by the multi-path software to save OCR and VOTEDISK information. Run root. sh to report error F
Install Oracle RAC 10.2.0.1 on Linux AS 5.4 and use the virtual DISK partition mapped out by the multi-path software to save OCR and vote disk information. Run root. sh to report error F
Install Oracle RAC 10.2.0.1 on Linux
The. Sh file is a shell script file.
Introduction:
Start with 1The program must start with the following line (must begin with the first line of the file ):#! /Bin/shSymbol #! The parameter used to tell the system that the program is used to execute the file. In this example, we use/bin/sh to execute the program.When writing a script, you must make it executable if you want to execute the script.To make the
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.