samjoo
Technical User
- May 24, 2004
- 51
Hi!
I need to remove version of ftp login banner for security and did following action:
#dspcat -g /usr/lib/nls/msg/en_US/ftpd.cat > /tmp/ftpd.msg
I've removed "%s" of 9th line in the ftpd.msg file using vi editor and then run following command;
#gencat /tmp/ftpd.cat /tmp/ftpd.msg
#cp -p /tmp/ftpd.cat /usr/lib/nls/msg/en_US/ftpd.cat
#refresh -s inetd
But system still show me the ftp version.
Could anyone explain me why this problem stiil happened?
thanks in advance!
I need to remove version of ftp login banner for security and did following action:
#dspcat -g /usr/lib/nls/msg/en_US/ftpd.cat > /tmp/ftpd.msg
I've removed "%s" of 9th line in the ftpd.msg file using vi editor and then run following command;
#gencat /tmp/ftpd.cat /tmp/ftpd.msg
#cp -p /tmp/ftpd.cat /usr/lib/nls/msg/en_US/ftpd.cat
#refresh -s inetd
But system still show me the ftp version.
Could anyone explain me why this problem stiil happened?
thanks in advance!