Linux中的sh命令的详细解释
学习啦在线学习网 linxu下的sh命令相当于是shell命令语言的解释器。下面由学习啦小编为大家整理了linux的sh命令的详细解释的相关知识,希望对大家有帮助!
一、Linux中的sh命令的详细解释
sh命令是shell命令语言解释器,执行命令从标准输入读取或从一个文件中读取。通过用户输入命令,和内核进行沟通!Bourne Again Shell (即bash)是自由软件基金会(GNU)开发的一个Shell,它是Linux系统中一个默认的Shell。Bash不但与Bourne Shell兼容,还继承了C Shell、Korn Shell等优点。
语法
学习啦在线学习网 bash [options] [file]
选项
-c string:命令从-c后的字符串读取。
-i:实现脚本交互。
学习啦在线学习网 -n:进行shell脚本的语法检查。
-x:实现shell脚本逐条语句的跟踪。
二、Linux中的sh命令的具体例子
学习啦在线学习网 使用-x选项跟踪脚本调试shell脚本,能打印出所执行的每一行命令以及当前状态:
[root@AY1307311912260196fcZ satools]# sh -x check_ssh_login.sh
+ DEFINE=30
+ cat /var/log/secure
学习啦在线学习网 + awk '/Failed/ {++ip[$(NF-3)]} END {for (i in ip) print i"="ip[i]}'
++ cat /root/satools/black.txt
+ for i in '`cat /root/satools/black.txt`'
学习啦在线学习网 ++ echo 121.42.0.16=1427
++ awk -F= '{print class="main">
Linux中的sh命令的详细解释
学习啦在线学习网 ++ echo 121.42.0.16=1427
++ awk -F= '{print
linxu下的sh命令相当于是shell命令语言的解释器。下面由学习啦小编为大家整理了linux的sh命令的详细解释的相关知识,希望对大家有帮助!
一、Linux中的sh命令的详细解释
学习啦在线学习网 sh命令是shell命令语言解释器,执行命令从标准输入读取或从一个文件中读取。通过用户输入命令,和内核进行沟通!Bourne Again Shell (即bash)是自由软件基金会(GNU)开发的一个Shell,它是Linux系统中一个默认的Shell。Bash不但与Bourne Shell兼容,还继承了C Shell、Korn Shell等优点。
语法
学习啦在线学习网 bash [options] [file]
选项
-c string:命令从-c后的字符串读取。
-i:实现脚本交互。
学习啦在线学习网 -n:进行shell脚本的语法检查。
学习啦在线学习网 -x:实现shell脚本逐条语句的跟踪。
二、Linux中的sh命令的具体例子
学习啦在线学习网 使用-x选项跟踪脚本调试shell脚本,能打印出所执行的每一行命令以及当前状态:
[root@AY1307311912260196fcZ satools]# sh -x check_ssh_login.sh
学习啦在线学习网 + DEFINE=30
学习啦在线学习网 + cat /var/log/secure
学习啦在线学习网 + awk '/Failed/ {++ip[$(NF-3)]} END {for (i in ip) print i"="ip[i]}'
++ cat /root/satools/black.txt
+ for i in '`cat /root/satools/black.txt`'
学习啦在线学习网 ++ echo 121.42.0.16=1427
++ awk -F= '{print $1}' + IP=121.42.0.16
学习啦在线学习网 ++ echo 121.42.0.16=1427
++ awk -F= '{print $2}'
学习啦在线学习网 + NUM=1427
+ '[' 1427 -gt 30 ']'
学习啦在线学习网 + grep 121.42.0.16 /etc/hosts.deny
+ '[' 1 -gt 0 ']'
+ echo sshd:121.42.0.16
+ echo vsftpd:121.42.0.16
+ for i in '`cat /root/satools/black.txt`'
学习啦在线学习网 ++ echo 121.42.0.72=276
++ awk -F= '{print $1}'
+ IP=121.42.0.72
学习啦在线学习网 ++ awk -F= '{print $2}'
++ echo 121.42.0.72=276
学习啦在线学习网 + NUM=276 + '[' 276 -gt 30 ']'
+ grep 121.42.0.72 /etc/hosts.deny
+ '[' 1 -gt 0 ']'
+ echo sshd:121.42.0.72
学习啦在线学习网 + echo vsftpd:121.42.0.72
三、Linux中对.sh文件的操作命令
1、创建test.sh文件
touch test.sh
学习啦在线学习网 2、编辑sh文件
vi test.sh
3、保存退出
学习啦在线学习网 敲击esc, 然后输入 :wq ,回车退出
学习啦在线学习网 4、添加可执行权限,当然默认就是可执行的。
学习啦在线学习网 chmod +x test.sh
5、运行文件
学习啦在线学习网 (1)./test.sh
(2)sh test.sh
6、删除文件
学习啦在线学习网 rm test.sh
}'+ NUM=1427
+ '[' 1427 -gt 30 ']'
+ grep 121.42.0.16 /etc/hosts.deny
+ '[' 1 -gt 0 ']'
学习啦在线学习网 + echo sshd:121.42.0.16
学习啦在线学习网 + echo vsftpd:121.42.0.16
+ for i in '`cat /root/satools/black.txt`'
++ echo 121.42.0.72=276
++ awk -F= '{print class="main">
Linux中的sh命令的详细解释
学习啦在线学习网 + IP=121.42.0.72
++ awk -F= '{print
linxu下的sh命令相当于是shell命令语言的解释器。下面由学习啦小编为大家整理了linux的sh命令的详细解释的相关知识,希望对大家有帮助!
一、Linux中的sh命令的详细解释
学习啦在线学习网 sh命令是shell命令语言解释器,执行命令从标准输入读取或从一个文件中读取。通过用户输入命令,和内核进行沟通!Bourne Again Shell (即bash)是自由软件基金会(GNU)开发的一个Shell,它是Linux系统中一个默认的Shell。Bash不但与Bourne Shell兼容,还继承了C Shell、Korn Shell等优点。
语法
bash [options] [file]
选项
学习啦在线学习网 -c string:命令从-c后的字符串读取。
-i:实现脚本交互。
学习啦在线学习网 -n:进行shell脚本的语法检查。
-x:实现shell脚本逐条语句的跟踪。
二、Linux中的sh命令的具体例子
学习啦在线学习网 使用-x选项跟踪脚本调试shell脚本,能打印出所执行的每一行命令以及当前状态:
[root@AY1307311912260196fcZ satools]# sh -x check_ssh_login.sh
+ DEFINE=30
学习啦在线学习网 + cat /var/log/secure
+ awk '/Failed/ {++ip[$(NF-3)]} END {for (i in ip) print i"="ip[i]}'
学习啦在线学习网 ++ cat /root/satools/black.txt
+ for i in '`cat /root/satools/black.txt`'
++ echo 121.42.0.16=1427
学习啦在线学习网 ++ awk -F= '{print $1}' + IP=121.42.0.16
++ echo 121.42.0.16=1427
++ awk -F= '{print $2}'
+ NUM=1427
+ '[' 1427 -gt 30 ']'
+ grep 121.42.0.16 /etc/hosts.deny
+ '[' 1 -gt 0 ']'
+ echo sshd:121.42.0.16
学习啦在线学习网 + echo vsftpd:121.42.0.16
学习啦在线学习网 + for i in '`cat /root/satools/black.txt`'
学习啦在线学习网 ++ echo 121.42.0.72=276
++ awk -F= '{print $1}'
学习啦在线学习网 + IP=121.42.0.72
学习啦在线学习网 ++ awk -F= '{print $2}'
++ echo 121.42.0.72=276
学习啦在线学习网 + NUM=276 + '[' 276 -gt 30 ']'
+ grep 121.42.0.72 /etc/hosts.deny
+ '[' 1 -gt 0 ']'
+ echo sshd:121.42.0.72
+ echo vsftpd:121.42.0.72
三、Linux中对.sh文件的操作命令
1、创建test.sh文件
touch test.sh
2、编辑sh文件
vi test.sh
3、保存退出
敲击esc, 然后输入 :wq ,回车退出
4、添加可执行权限,当然默认就是可执行的。
chmod +x test.sh
5、运行文件
(1)./test.sh
学习啦在线学习网 (2)sh test.sh
6、删除文件
学习啦在线学习网 rm test.sh
}'++ echo 121.42.0.72=276
学习啦在线学习网 + NUM=276 + '[' 276 -gt 30 ']'
+ grep 121.42.0.72 /etc/hosts.deny
学习啦在线学习网 + '[' 1 -gt 0 ']'
+ echo sshd:121.42.0.72
+ echo vsftpd:121.42.0.72
三、Linux中对.sh文件的操作命令
1、创建test.sh文件
touch test.sh
学习啦在线学习网 2、编辑sh文件
vi test.sh
3、保存退出
学习啦在线学习网 敲击esc, 然后输入 :wq ,回车退出
4、添加可执行权限,当然默认就是可执行的。
学习啦在线学习网 chmod +x test.sh
5、运行文件
(1)./test.sh
(2)sh test.sh
6、删除文件
学习啦在线学习网 rm test.sh