bash 编程中循环语句用法
1.if 是单分支语句,使用格式如下: if condition ; then statement ….. f…
linux常用查看硬件设备信息命令
# uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/iss…
Mysql服务器常用命令
新增用户并授权 (1)进入mysql ./bin/mysql -uroot -proot (2)新增用户,授权…
linux设置虚拟ip地址
登录到root用户 # cp /etc/sysconfig/network-scripts/ifcfg-eth…
shell 遍历目录
shell 遍历目录 [root@localhost shell_order]# cat test27.sh …