aix_lab# ftp localhost
ftp: connect: Connection refused
ftp> bye
aix_lab#
as we see the ftp service is not enable, so let’s enable it
aix_lab# chsubserver -a -v ftp -p tcp
aix_lab# refresh -s inetd
0513-095 The request for subsystem refresh was completed successfully.
aix_lab#
aix_lab# ftp localhost
Connected to loopback.
220 aix_lab FTP server (Version 4.2 Tue Dec 22 14:13:26 CST 2009) ready.
Name (localhost:root):
ftp: connect: Connection refused
ftp> bye
aix_lab#
as we see the ftp service is not enable, so let’s enable it
aix_lab# chsubserver -a -v ftp -p tcp
aix_lab# refresh -s inetd
0513-095 The request for subsystem refresh was completed successfully.
aix_lab#
aix_lab# ftp localhost
Connected to loopback.
220 aix_lab FTP server (Version 4.2 Tue Dec 22 14:13:26 CST 2009) ready.
Name (localhost:root):
No comments:
Post a Comment