码迷,mamicode.com
首页 > 系统相关 > 详细

安装linux下面用来配置网络,防火墙,系统服务等设置的图形小工具Setup

时间:2014-11-21 23:07:55      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   io   color   os   使用   sp   on   

Setup命令是linux下面用来配置网络,防火墙,系统服务等设置的图形小工具。使用起来非常方便简单,可是centos\redhat最小化安装之后发现setup命令工具用不了.

接下来介绍如何安装setup小工具:

yum whatprovides /usr/sbin/setup

显示信息:

setuptool-1.19.9-4.el6.i686 : A text mode system configuration tool

提示是在setup这个安装包
下面就先安装setuptool

yum -y install setuptool

setup只是一个图形工具。我们需要用到的网络服务,防火墙,系统服务等需要另外再安装。

yum -y install ntsysv
yum -y install system-config-network-tui
yum -y install iptables
yum -y install system-config-securitylevel-tui

至此就可以了,执行 setup试试吧...

 

安装linux下面用来配置网络,防火墙,系统服务等设置的图形小工具Setup

标签:des   style   blog   io   color   os   使用   sp   on   

原文地址:http://www.cnblogs.com/yjken/p/4114387.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!