can i use a soft link to redirect a dotted directory?
i'm installing a program that puts over 10G of data into a dotted directory.... such as ~/.bitcoin-qt
the problem is, there's less than 10G of space left on the /home partition, but i do have another drive that has over 200G free... the question is, can i redirect the data using ln, so that i won't be filling up the remaining space on /home?
|