使用setup命令去进行系统的服务、防火墙、SELinux、网络设备编辑等操作时,
提示了系统找不到setup命令:
[code="java"]# setup
-bash: setup: command not found[/code]
这时候如何解决呢?
原因说明,通常出现这样的情况,是因为我们以最小的mini安装了Linux,也就是说,系统启动了Linux内核,
但是一些相关的应用程序没有安装。
解决方法:
提示了系统找不到setup命令:
[code="java"]# setup
-bash: setup: command not found[/code]
这时候如何解决呢?
原因说明,通常出现这样的情况,是因为我们以最小的mini安装了Linux,也就是说,系统启动了Linux内核,
但是一些相关的应用程序没有安装。
解决方法:
yum install setuptool