CentOS 7 bashtop ¼³Ä¡
https://www.ehostidc.co.kr/ (545)https://www.ehostidc.co.kr/hosting/domestic.php (565)
1) 기존 bash 버전 확인 및 백업 |
[root@localhost bashtop]# bash --version [root@localhost bashtop]# cp -a /bin/bash /bin/bash_org |
2) bash 5.0 download |
[root@localhost bashtop]# http://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz [root@localhost bashtop]# cd bash [root@localhost bashtop]# ./configure [root@localhost bashtop]# make && make install |
3) 압축 해제 |
[root@localhost bashtop]# tar xvfz bash-5.0.tar.gz |
4) bash 5.0 설치 |
[root@localhost bashtop]# cd bash [root@localhost bashtop]# ./configure [root@localhost bashtop]# make && make install |
5) 기존 bash 파일 교체 및 bash 버전 확인 |
[root@localhost bashtop]# cp -a bash /bin/bash [root@localhost bashtop]# bash –version
|
6) bashtop download 및 설치 |
[root@localhost bashtop]# git clone https://github.com/aristocratos/bashtop.git [root@localhost bashtop]# cd bashtop [root@localhost bashtop]# make install |
7) bashtop 실행 |
[root@localhost bashtop]# bashtop |
2) bash 5.0 download
[root@localhost bashtop]# http://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz
==> [root@localhost bashtop]# wget http://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz