Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'RE: Move Cache Location?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
RE: Move Cache Location?
Authored by: glowurm on Feb 20, '03 07:51:15PM

If you take a look to the above comment, titled "The Unix way..." I think it applies to your question as well. However, you would change the first path listed to the new location you wanted the cache file to reside in. So, rather than:

ln -s /dev/null /path/to/cachefile

you would have:

ln -s /newpath/for/cachefile /currentpath/to/cachefile

This would create a symbolic link in the current directory to the new directory. Make sure to note the use of spaces, and hopefully I haven't forgotten anything.



[ Reply to This | # ]
RE: Move Cache Location?
Authored by: jasonxz on Feb 20, '03 11:59:59PM

If I trash the old Safari cache folder after creating the symbolic link to a new path, will that cause problems?



[ Reply to This | # ]