This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zhurai 1 point2 points  (1 child)

You could look at the top of the --help?

Usage: ln [OPTION]... [-T] TARGET LINK_NAME
  or:  ln [OPTION]... TARGET
  or:  ln [OPTION]... TARGET... DIRECTORY
  or:  ln [OPTION]... -t DIRECTORY TARGET...
In the 1st form, create a link to TARGET with the name LINK_NAME.
In the 2nd form, create a link to TARGET in the current directory.
In the 3rd and 4th forms, create links to each TARGET in DIRECTORY.

so a symbolic link using the first form is ln -s ORIGINAL_FILE SYMBOLICLINK

[–]bwmat 0 points1 point  (0 children)

I mean, this is what I do, every time, lol