Re: How do I make a link to a NAS file ?
File managers typically create a link in the current directory which you can move where you like. Problem is that Windows shares don't support the storage of symlinks so your are stuck.
The command line comes to the rescue. It creates a link directly at the desired location without trying to write to the NAS.
Code:
ln -s /media/nas_002/drawings/<file> /location/name_of_link
Cheers!
husband@wife$ make sandwich
Permission denied
husband@wife$ sudo make sandwich
Bookmarks