How to create a link xxx
to /home/jake/doc/test/2000/something/
?
Assume the xxx
is created under /home/jake
and you're currently in /home/jake
. When you do cd xxx
, you directly go to /home/jake/doc/test/2000/something/
.
How to create a link xxx
to /home/jake/doc/test/2000/something/
?
Assume the xxx
is created under /home/jake
and you're currently in /home/jake
. When you do cd xxx
, you directly go to /home/jake/doc/test/2000/something/
.
you should use :
Symbolic or soft link (files or directories, more flexible and self documenting)
Hard link (files only, less flexible and not self documenting)
More information: man ln