Skip to content

Instantly share code, notes, and snippets.

@abdessamad-zgor
Created September 4, 2022 21:46
Show Gist options
  • Save abdessamad-zgor/e5e6a49470e4b3706ab390031b306792 to your computer and use it in GitHub Desktop.
Save abdessamad-zgor/e5e6a49470e4b3706ab390031b306792 to your computer and use it in GitHub Desktop.
hard link vs. soft link
#hard link
$ ln [sourcefile] [hardlink_filename]
#soft link
$ ln -s [sourcefile] [softlink_filename]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment