1) have a root privilege shell or be on the sudo list. 2a) At a root shell prompt (#) yum install net-tools 2b) User account on the sudo list sudo yum install net-tools If the package is installed it will state so and exit yum. (Then it sounds like a…
用CentOS上使用vim竟然用不了,报错没有该命令 centos -bash: vim: command not found 那么如何安裝 vim 呢? ------------------------------------------------------------------------------------------------------- 输入 rpm -qa|grep vim 命令, 如果 vim 已经正确安裝,会返回下面的三行代码: root@server1 [~]…