Linux -bash: ftp: command not found
페이지 정보
본문
1. FTP 명령어를 실행하면 bash 오류가 보입니다.
[root@localhost ~]# ftp
-bash: ftp: command not found
2. ftp 설치 여부를 확인합니다.
[root@localhost ~]# which ftp
/usr/bin/which: no ftp in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
3. yum 으로 ftp 를 설치합니다.
[root@localhost ~]# yum install ftp
4. 설치가 확인되었습니다.
[root@localhost ~]# which ftp
/usr/bin/ftp
5. ftp가 작동됩니다.
[root@localhost ~]# ftp
ftp>
참고자료
http://sangchul.kr/85
[root@localhost ~]# ftp
-bash: ftp: command not found
2. ftp 설치 여부를 확인합니다.
[root@localhost ~]# which ftp
/usr/bin/which: no ftp in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
3. yum 으로 ftp 를 설치합니다.
[root@localhost ~]# yum install ftp
4. 설치가 확인되었습니다.
[root@localhost ~]# which ftp
/usr/bin/ftp
5. ftp가 작동됩니다.
[root@localhost ~]# ftp
ftp>
참고자료
http://sangchul.kr/85
댓글목록
등록된 댓글이 없습니다.