bGZo's Notes

Home

❯

Skills

❯

devops

❯

linux

❯

Command line

❯

ln

ln

Aug 11, 20241 min read

via: https://wangchujiang.com/linux-command/c/ln.html

On windows its called mklink hard link

# ln <源文件路径> <链接路径>
ln recipes.txt newrecipes.txt

soft link

# ln -s <源文件路径> <链接路径>
ln -s recipes.txt newrecipes.txt

Graph View

Recent Notes

  • labuladong/fucking-algorithm

    May 02, 2025

    • star
  • ~哲学家们都干了什么

    May 02, 2025

    • philosophy
  • DIYgod/RSSHub

    May 02, 2025

    • star
    • gtd/wait

Created with Quartz v4.5.0 © 2025

  • Source
  • RSS
  • Telegram