Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    And is it possible to move a symlink around? To create it somewhere, to move it under another folder, while preserving its functionality?
    – Ecir Hana
    Commented Jan 5, 2012 at 21:19
  • 2
    As long as the target has a full path... sure. but relative paths may not work so nice. i.e. ln -s ../some-dir/some-file some-file vs ln -s /dir/some-dir/some-file some-file
    – TheCompWiz
    Commented Jan 5, 2012 at 21:25
  • 1
    Well, you can create them...they just don't work. Commented Jan 5, 2012 at 21:54
  • 1
    @dmckee: no clue what you're talking about. They do work... maybe not as you wanted them to work. You just need to understand the "why" they're working the way they are.
    – TheCompWiz
    Commented Jan 5, 2012 at 22:03