기술노트
CentOS 7 bashtop 설치 | |
---|---|
작성자 : 관리자(jieun@ehostidc.co.kr) 작성일 : 2021-03-30 조회수 : 2864 | |
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 |
|
이전글 | CentOS 7 PostgreSQL 설치 및 사용법 |
다음글 | Wail2ban 사용법 |