Richard Humphrey said: > I just installed Red Hat 8 on a machine to primarily be an FTP server. I > have a large partition called /ftp but then I realized that default > install gets mapped to /var/ftp. What is the easiest and best way to get > my ftp directories to go to /ftp instead of /var/ftp?
cd /var mv ftp ftp.old ln -s /ftp would be the easiest way, the best way would be to reconfigure the ftp server. many systems rely upon the home directory of the user 'ftp' to determine where the anonymous ftp files should go so it may be as simple as usermod -d /ftp ftp nate -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list