Softlink
ln -s <source-dir> <target-dir>
Example: ln -s /media/user/test1 /home/user/test0
will create a softlink folder /home/user/test0/test1
. Entering /home/user/test0/test1
is identical to entering /media/user/test1
.
ln -s <source-dir> <target-dir>
Example: ln -s /media/user/test1 /home/user/test0
will create a softlink folder /home/user/test0/test1
. Entering /home/user/test0/test1
is identical to entering /media/user/test1
.