Actions

Lab05

From ACL@NCU

Revision as of 16:29, 18 November 2014 by Aclexp (talk | contribs) (Created page with "=Linux Knowledge= #create symbolic link to a path <pre> ln -s <destination> <symbolic link> </pre> For example, typing the following command in your home directory (~): <pre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Linux Knowledge

  1. create symbolic link to a path
ln -s <destination> <symbolic link>

For example, typing the following command in your home directory (~):

ln -s /media/DATA2/guests/public/Lab05 fmric

Create a symbolic link "fmric" pointing to "/media/DATA2/guests/public/Lab05" (assuming it exists).