|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
安装和登录命令:login、shutdown、halt、reboot、mount、umount、chsh
[root@linux-tysroot]#rpm-qa|grepbind
bind-9.2.1-16――这个版本的DNS不太不乱,以是要晋级到9.2.1之上的版本
redhat-config-bind-1.9.0-13
bind-utils-9.2.1-16
ypbind-1.11-4
1、删除9.2.1的包,因这个版本不太不乱
[root@linux-tysroot]#rpm-ebind-9.2.1-16――删除包时能够看到提醒有联系关系的包,必要先删除
error:Faileddependencies:
bindisneededby(installed)redhat-config-bind-1.9.0-13
bindisneededby(installed)caching-nameserver-7.2-7
bind>=9.1.3-0.rc2.3isneededby(installed)caching-nameserver-7.2-7
[root@linux-tysroot]#rpm-ecaching-nameserver-7.2-7
warning:/etc/named.confsavedas/etc/named.conf.rpmsave
[root@linux-tysroot]#rpm-eredhat-config-bind-1.9.0-13――删除图形设置工具
[root@linux-tysroot]#rpm-ebind-9.2.1-16――删除DNS包
warning:/etc/rndc.keysavedas/etc/rndc.key.rpmsave――提醒有一个文件保留于……
[root@linux-tysroot]#rm-f/etc/rndc.key.rpmsave
[root@linux-tysroot]#rm-f/etc/named.conf.rpmsave
[root@linux-tysroot]#rpm-ebind-utils-9.2.1-16
[root@linux-tysroot]#rpm-qa|grepbind
ypbind-1.11-4――此包与DNS有关
注重:卸载时最初卸工具包,安装时要先安装工具包
2、安装9.2.2的包
[root@linux-tyssharedoc]#rpm-ivhbind-utils-9.2.2-13Thiz.i586.rpm――应先安装工具包
warning:bind-utils-9.2.2-13Thiz.i586.rpm:V3DSAsignature:NOKEY,keyIDf2b3fb5e
Preparing……##############[100%]
1:bind-utils##############[100%]
[root@linux-tyssharedoc]#rpm-ivhbind-9.2.2-13Thiz.i586.rpm
warning:bind-9.2.2-13Thiz.i586.rpm:V3DSAsignature:NOKEY,keyIDf2b3fb5e
Preparing……##############[100%]
1:bind##############[100%]
附:linuxdns客户端设置
[root@linux-cltnamed]#more/etc/resolv.conf
nameserver172.16.1.1――第一个DNS服务器
nameserver61.139.2.69
nameserver192.168.80.10
searchsky.com
domainsky.com
</p>
常用的linux命令,尤其是一些能帮你提高开发效率的命令,(eg:grep,awk,sed,split等); |
|