Skip to content

Instantly share code, notes, and snippets.

@Silverbullet069
Last active May 2, 2023 03:31
Show Gist options
  • Save Silverbullet069/09e6b8d2b491cfb2315a45a6c31123fe to your computer and use it in GitHub Desktop.
Save Silverbullet069/09e6b8d2b491cfb2315a45a6c31123fe to your computer and use it in GitHub Desktop.
[ln command] symlink in linux is so easy #linux

ln [OPTION] TARGET DIR

Note: in order to create symbolic links on Windows, using Git Bash, ... (not PowerShell or CMD), install gsudo using Chocolatey first!

Options

-s: creates symbolic link instead of hard link

-f: goes with -s option, it overrides the file that have the same name as the symbolic link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment