centos----------yum一些安装命令汇总

1、yum install -y psmisc 安装killall命令
2、yum install -y lrzsz 安装sz(下载)和rz(上传)命令
3、yum install -y net-tools.x86_64 安装 ifconfig 命令
4、yum install -y vim* 安装vim
5、yum install -y unzip 安装unzip命令
6、yum install -y net-tools 安装netstat命令
7、yum install -y lsof 安装lsof安装 是一个列出当前系统打开文件的工具
8、yum install sshd 安装ssh服务
9、yum install -y wget 安装wget

yum install -y psmisc  lrzsz net-tools.x86_64 vim* unzip net-tools  lsof  sshd wget 

猜你喜欢

转载自blog.csdn.net/weixin_37178320/article/details/105507763
今日推荐