HP-UX 安裝使用bash shell

尛樣兒發表於2010-06-30

HP-UX 安裝使用bash shell

一.環境:
lsyxdb#[/usr/local/bin]cat /etc/issue
GenericSysName [HP Release B.11.31] (see /etc/issue)
lsyxdb#[/usr/local/bin]uname -a
HP-UX lsyxdb B.11.31 U ia64 2284958208 unlimited-user license

二.下載:

從以上鍊接搜尋下載如下的包:
bash
gettext
libiconv
termcap
最新的版本:
bash-4.1.007-ia64-11.31.depot.gz
gettext-0.18-ia64-11.31.depot.gz
libiconv-1.13.1-ia64-11.31.depot.gz
termcap-1.3.1-ia64-11.31.depot.gz

三.安裝:
1.ftp到/tmp/bash/
2.解壓:gunzip *.gz
3.swinstall -s /tmp/bash/bash-4.1.007-ia64-11.31.depot(其他3個包也要安裝)
4.安裝完成後:
lsyxdb#[/usr/local/bin]cd /usr/local/bin
lsyxdb#[/usr/local/bin]ls
autopoint        dbhome           gettextize       msgcmp           msgexec          msginit          ngettext
bash             envsubst         iconv            msgcomm          msgfilter        msgmerge         oraenv
bashbug          gettext          msgattrib        msgconv          msgfmt           msgunfmt         recode-sr-latin
coraenv          gettext.sh       msgcat           msgen            msggrep          msguniq          xgettext

四.使用:
修改/etc/passwd,將使用者的shell制定到/usr/local/bin/bash

test:yWMR1VlplBO/o:111:20::/home/test:/usr/local/bin/bash

要在AIX上安裝、使用bash shell,只需要安裝bash-3.2-1.aix5.2.ppc.rpm即可。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23135684/viewspace-666734/,如需轉載,請註明出處,否則將追究法律責任。

相關文章