1. pstree 명령어를 찾을 수 없을 때
명령 : yum -y install psmisc
2. ifconfig 명령어를 찾을 수 없을 때
명령 : yum -y install net-tools
3. autoconf 명령을 찾을 수 없을 때 (pecl 또는 phpize 명령 실행시 autoconf 는 필수 설치 항목이다.)
[에러 메시지]
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.
해결 : yum -y install autoconf
4. scp 명령어를 찾을수 없을 때
해결 : yum -y install openssh-clients (설치되면 scp, sftp등이 설치된다.)
5. nslookup 명령어를 찾을 수 없을 때 (CentOS7 에서)
해결 : yum -y install bind-utils
6. wget 명령어를 찾을 수 없을 때
해결 : yum -y install wget
7. lspci 명령어를 찾을 수 없을 때
해결 : yum -y install pciutils
8. ntsysv 명령어를 찾을 수 없을 때
해결 : yum -y install ntsysv
9. smartctl 명령어를 찾을 수 없을 때
해결 : yum -y install smartmontools
10. hdparm 명령어를 찾을 수 없을 때
해결 : yum -y install hdparm
11. rdate 명령어를 찾을 수 없을 때
해결 : yum -y install rdate
'Works > CentOS & RockyLinux' 카테고리의 다른 글
yum 속도 올리기 (0) | 2017.03.30 |
---|---|
CentOS 7 에서 네트워크 인터페이스 이름 바꾸기 (0) | 2017.03.29 |
CentOS setup ntsysv 설치 (0) | 2017.03.21 |
시스템 패스워드 한줄로 변경하기 (0) | 2017.02.14 |
lastb - 로그인 실패 로그 확인 (0) | 2017.02.14 |