본문 바로가기

Server

FTP Server install - CentOS6.10

[root@Source ~]# mount /dev/dvd /media
mount: block device /dev/sr0 is write-protected, mounting read-only
[root@Source ~]# cd /media/Packages/
[root@Source Packages]# ls vsftpd*
vsftpd-2.2.2-24.el6.x86_64.rpm
[root@Source Packages]# rpm -ivh vsftpd-2.2.2-24.el6.x86_64.rpm
warning: vsftpd-2.2.2-24.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
Preparing...                ########################################### [100%]
   1:vsftpd                 ########################################### [100%]

CD mount 후 Package 파일 확인/설치

[root@Source /]# service vsftpd status
vsftpd is stopped
[root@Source /]# service vsftpd start
Starting vsftpd for vsftpd:                                [  OK  ]

vsftp demon 시작

<!doctype html>
        <head>
                <meta charset="utf-8">
                <title>DOYOLABS</title>
        </head>

        <body>
                <h2>Welcom to DOYOLABS</h2>
                <img src="./img/profile.png">
        </body>
</html>
~
"index.html" [dos] 11L, 184C

/var/www/html 간단한 html 삽입

'Server' 카테고리의 다른 글

CentOS 8.0.1905 Install  (0) 2019.10.04
CentOS6-Multi Web Server by name  (0) 2019.05.23
DNS - Slave Server  (0) 2019.05.16
Apache httpd server install - CentOS6.10  (0) 2019.05.07