摘要:
#!/bin/bash data_dir=/opt if [[ -z "$(ls -A ${data_dir})" ]];then echo "这个目录为空" else echo "这个目录不为空" fi if [[ "$(ls -A ${data_dir}|wc -w)" == 0 ]];then 阅读全文
摘要:
初始化 1、配置主机名 2、格式化硬盘 3、修改配置参数,打开文件数 4、修改ssh配置,关闭密码登陆 5、下载软件包 阅读全文