安装killall命令
yum install -y psmisc
安装sz(下载)和rz(上传)命令
yum install -y lrzsz
安装 ifconfig 命令
yum install -y net-tools
安装vim
yum install -y vim
安装unzip命令
yum install -y unzip
安装netstat命令
yum install -y net-tools
安装lsof安装
yum install -y lsof
安装ssh服务
yum install sshd
安装wget
yum install -y wget