Or you can do it the Redhat way, rpm -qa |grep ftp # list installed packages with ftp in the name list output, you should have at least wu-ftpd and anonftp. in your case you probably do not have anonftp installed. install this and it will set up your /home/ftp tree. from the /mnt/cdrom/Redhat/RPMS tree ls -al |grep ftp #list rpm packages with ftp in the name rpm -i anonftp-2.8-1.i386.rpm #install rpm package You should now have you /home/ftp tree. You should also check out http://www.redhat.com/support/errata/RHSA1999043-01.html for security issues regarding wu-ftpd. Greg Keto Victor Tsaran wrote: > > OK, guys! I did the RTFM process and am ready to network install RedHat6.1. I > ran, however, into a very small and funny problem. > >From within my public FTP area I tried to create a symbolic link to the > directory where CDROM is mounted. Everything went fine. WHen I access this > directory from FTP as a user, then I can enter it with no problems, however, > when I try to do it anonymously, I get "no such file or directory" error. I > assume this has to do with /etc/ftpaccess file, but I don't know how to modify > it to correct the problem. > > Here is the small scenario. > > I have directory /mnt/cdrom > Under /home/ftp I create a soft link to /mnt/cdrom by > > ln --symbolic /mnt/cdrom redhat > > OK, now I canswitch to redhat by typing > > cd redhat > > everything works fine. > > If I enter through FTP as a user, Ican still > > cd redhat > > however, when I login anonymously and try > > cd redhat > > I get "no such file or directory". > > Can anyone help? > Thanks, > Vic > > _______________________________________________ > Speakup mailing list > Speakup at braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup