Displaying 1 result from an estimated 1 matches for "acrobatreader7".
2006 Feb 22
3
How to make a symlink appear as a real file (for a Linux client)?
I have a share with a couple of symlinked files in it.
On a Samba server, it looks like this for "addon" directory:
# ls -l
(...) acrobatreader7
(...) addon -> /home/samba/unattended-write/packages
Now, if I mount it on a Linux client using smbmount, symlinks point to
non existing directories locally (/home/samba/unattended-write/packages
exist only on a Samba server):
# smbmount //192.168.111.172/unattended /mnt/1
# ls -l /mnt/1
(....