I have a directory on a small disk:
/home/me
Here I have another directory with more space:
/data/work/mywork
I did this:
ln -s /data/work/mywork /home/me And while in /home/me this:
wget htmlToSomeLargeFile I thought SomeLargeFile would go straight to /data/work/mywork
but ls shows the opposite
ls/ll in /home/me shows "SomeLargeFile" and "mywork -> /data/work/mywork"
lscommand did you use and what does it show?/home/mean already existing directory? If so, is there now a symlink/home/me/mywork?