分类: 网络与安全
2016-03-22 14:26:10
# wget
# tar zxvf bash-4.4-rc1.tar.gz
# cd bash-4.4-rc1
# ./configure --prefix=/usr/local/bash --bindir=/bin
# make && make install
# /bin/bash --version
------------------------------------------------------------------------------------------------------------------------
[root@localhost bash-4.4-rc1]# /bin/bash --version
GNU bash, version 4.4.0(1)-rc1 (x86_64-unknown-linux-gnu)
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent
permitted by law.
完成后,记得重启。