
Shell基础应用二
编写shell [root@centos ~]# cat monitor.sh #! /bin/bash #unset any variable which system may be using #clear the screen whi...
编写shell [root@centos ~]# cat monitor.sh #! /bin/bash #unset any variable which system may be using #clear the screen whi...
CentOS 最小化系统安装命令 #vim CentOS_min_install_cmd.sh #!/bin/bash yum install vim iotop bc gcc gcc-c++ glibc glibc-devel pcre ...