View Single Post
Posts: 324 | Thanked: 371 times | Joined on Dec 2009 @ Vancouver, BC
#436
The MyDocs folder has a tendency to get unmounted (when plugging the USB), and it's pretty standard to use the home folder for configuration and cache on linux systems.
But if you prefer it in the MyDocs folder, a simple symlink should work (I haven't tested it though):
mv /home/user/.feedingit /home/user/MyDocs
ln -s /home/user/MyDocs/.feedingit /home/user/.feedingit