1. alternatives
alternatives version 1.3.13.5.EL4 - Copyright (C) 2001 Red Hat, Inc. This may be freely redistributed under the terms of the GNU Public License. usage: alternatives --install[--initscript ] [--slave ]* alternatives --remove alternatives --auto alternatives --config alternatives --display alternatives --set common options: --verbose --test --help --usage --version --altdir --admindir
2. update-alternatives
alternatives version 1.3.13.5.EL4 - Copyright (C) 2001 Red Hat, Inc. This may be freely redistributed under the terms of the GNU Public License. usage: alternatives --install[--initscript ] [--slave ]* alternatives --remove alternatives --auto alternatives --config alternatives --display alternatives --set common options: --verbose --test --help --usage --version --altdir --admindir
3、实例
举个使用例子吧,改变系统bin默认java的指向:
安装 #alternatives --install /usr/bin/java java /home/server/jdk1.6.0_21/bin/java 300 查询 #alternatives --display java 删除 #alternatives --remove java /home/server/jdk1.6.0_21/bin/java
4、总结
1、alternatives和update-alternatives其实一个东东,都指向alternatives。
2、网上找了一个说明(也不知道对不对)
用于存放系统的一些默认打开程序的信息和配置, 比如默认的编辑器、默认的网络浏览器、 默认的图形登陆器、默认的鼠标指针 等。