cmd/ln

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< cmd
Revision as of 16:35, 13 November 2022 by Woozle (talk | contribs) (Created page with "category:Linux '''<code>ln</code>''' is the Linux command for creating a link to a file or folder. To create a relative link: ln -r --symbolic ./{{arg|existing file}} {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ln is the Linux command for creating a link to a file or folder.

To create a relative link:

ln -r --symbolic ./<existing file> <name for link>

Relative links will still work even if the folder containing both files (the original and the link) is moved or copied.