Linux ETC

500 FTP server shut down 문제 해결

2015.09.09 16:20

호스트웨이 조회 수:2397

다음과 같은 문제가 발생할 때가 있습니다.


[root@host01 sbin]# telnet localhost 21
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
 
500 FTP server shut down (going down at Wed Sep  9 13:25:27 2015)
 
-- please try again later



이 경우 다음과 같이 조치합니다.


[root@host01 sbin]# rm -fv /etc/shutmsg
removed `/etc/shutmsg'
[root@host01 sbin]# telnet localhost 21
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 ProFTPD 1.3.0a Server (ProFTPD Default Installation) [127.0.0.1]