centos与Ubuntu系统指令的不同
2018-09-06 本文已影响0人
在脱发的路上
1.安装指令
centos用yum;Ubuntu用apt-get
eg: 在ubuntu下安装SSH可以:apt-get install openssh-server
在centos上可以这样来安装ssh: yum -y install openssh-server
1.安装指令
centos用yum;Ubuntu用apt-get
eg: 在ubuntu下安装SSH可以:apt-get install openssh-server
在centos上可以这样来安装ssh: yum -y install openssh-server