Is there anyway I can link folder X to folder Y so that everything in folder X is automatically placed/updated( file changes ) in folder Y?
I think a symbolic link is what you want.
Here is the command to make one
ln -s (path to original) (name of link)
for example:
ln -s /home/mine/.PlayOnLinux/wineprefix/Steam/drive_c/Program\ Files/Steam ~/Desktop/Steam
Thanks, works perfect. No more updating the fastdl cache! :D
Sorry, you need to Log In to post a reply to this thread.