I have a linux server and want to allow users to get to a data directory through ftp. I use proftp and this is on a FC2 box. I realize (now

) that chroot prevents following symlinks so i have run the command
mount --bind /data /home/user/data
and this works like a charm. Problem is I dont want to have to re-run the command after every boot. so.....
what would i add to fstab to give me that result?
I don't understand all the options allowed with fstab, so an explanation of what they mean would be greatly helpful!
