basically, when I browse to /home/user/web I want it to show me the files and directory under /var/www/html. So if there is a file /var/www/html/folder1/file1.htm then I can see it at /home/user/web/folder1/file1.htm.
I will be sharing the /home/user/web folder through Samba, and want to access these files that would not be under that path, but maybe there is a better way to do this with Samba, but I would prefer to not create additional shares.
Anyway, the man page for ln leads me to believe you can only symlink files but I want to symlink the directory and any existing or new files and folders under it.
I will be sharing the /home/user/web folder through Samba, and want to access these files that would not be under that path, but maybe there is a better way to do this with Samba, but I would prefer to not create additional shares.
Anyway, the man page for ln leads me to believe you can only symlink files but I want to symlink the directory and any existing or new files and folders under it.