°øÁö»çÇ×
ÀÚÀ¯°Ô½ÃÆÇ
Á¤º¸°Ô½ÃÆÇ
¹æ¸í·Ï
436
228
994
75,319
  ÇöÀçÁ¢¼ÓÀÚ : 8 (ȸ¿ø 0)
Ȩ > Á¤º¸ÀÚ·á½Ç
   
Á¦ ¸ñ  [linux] ¼­¹ö¼ÂÆÃ óÀ½ºÎÅÍ ³¡±îÁö (by webhost)
±Û¾´ÀÌ  ±è¿µÀÏ
³¯ Â¥
06-04-21 19:12
Á¶È¸(3108)
Æ®·¢¹é ÁÖ¼Ò : http://netcop.woobi.co.kr/bbs/tb.php/k_pds/25 
* ÀÌ ¹®¼­´Â ¼öÁ¤.º¸¿ÏµË´Ï´Ù.
* ÀÌ ¹®¼­´Â (ÁÖ)À¥È£½ºÆ® http://www.webhost.co.kr ¿¡¼­ ¹èÆ÷ÇÕ´Ï´Ù.
* ÀÌ ¹®¼­´Â fedora core 3 ¿¡ ÃÖÀûÈ­µÇ¾ú½À´Ï´Ù.

ÀÛ¼ºÀÚ : ±¸ÀÚ¿­ (danda@nate.com)

1. linux fedora core3 ¼³Ä¡ (XwindowsÁ¦¿Ü - ÆíÁý±â¿Í °³¹ßÅø, kernel°ü·Ã¸¸ ¼±ÅÃ)

2. yum -y update

3. /etc/fstab ÆíÁý
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/sda3               /                       ext3    defaults                1 1
/dev/sda1               /boot                   ext3    defaults,ro             1 2
none                    /dev/pts                devpts  gid=5,mode=620          0 0
none                    /dev/shm                tmpfs   defaults                0 0
/dev/sda2               /home                   ext3    defaults,nosuid,usrquota,grpquota        1 2
/dev/sda9               /home2                  ext3    defaults,nosuid,usrquota,grpquota        1 2
/dev/sdb1               /home3                  ext3    defaults,nosuid,usrquota,grpquota        1 2
/dev/sdb2               /home4                  ext3    defaults,nosuid         1 2
none                    /proc                   proc    defaults                0 0
none                    /sys                    sysfs   defaults                0 0
/dev/sda8               /tmp                    ext3    defaults,nosuid,noexec  1 2
/dev/sda6               /usr                    ext3    defaults                1 2
/dev/sda5               /var                    ext3    defaults                1 2
LABEL=SWAP-sda7         swap                    swap    defaults                0 0

¾ÕºÎºÐ /dev/xxx ´Â df ¸í·É Âü°íÇÏ¿© ¼ÂÆÃÇÒ °Í


4. ÄõÅͼ³Á¤
- reboot
- quotacheck -avugm
- quotaon -avug

5. ncftp ±¸ÇÏ°í ¼³Ä¡

6. proftp ¼³Ä¡
tar xvzf proftpd-1.2.10.tar.gz
cd proftpd-1.2.10

./configure --prefix=/usr/local/proftpd --enable-autoshadow
make && make install

7. /usr/local/proftpd/etc/proftpd.conf ¼³Á¤
- ÀÚ·á½ÇÂüÁ¶
8. /etc/xinetd.d/proftpd-so ÆíÁý
# default: off
# description: ProFTPD is an enhanced FTP server with a focus \
#              toward simplicity, security, and ease of \
#              configuration.
service ftp
{
        disable = no
        flags                   = REUSE
        protocol                = tcp
        socket_type             = stream
        instances               = 50
        wait                    = no
        user                    = root
        server                  = /usr/local/proftpd/sbin/in.proftpd
        log_on_success          = HOST PID
        log_on_failure          = HOST
}


9. /etc/rc.d/init.d/xinetd restart

# FTP¿Ï·áµÊ

   
Copyright ¨Ï DBuser.net. All rights reserved.