Help for this page

Select Code to Download


  1. or download this
    $ mkdir src dst
    $ touch src/foo
    $ ln -s src/foo dst/bar
    
  2. or download this
    $ ln -s ../src/foo dst/bar