# linux服务器之间授信
ssh-keygen
# linux服务器之间添加授信
ssh-copy-id <服务器ip>
# linux查看防火墙状态
systemctl status firewalld.service
#linux文件夹授权
chmod -R +x /srv/scripts/
# linux服务器时间与外界时间不一致
yum -y install ntp ntpdate
ntpdate cn.pool.ntp.org
# linux查看服务器版本
cat /etc/redhat-release
# linux修改服务器hostname
sudo hostnamectl set-hostname install-01