Cheat Sheet #day50 - ln
ln Command Cheatsheet
The ln command in Unix/Linux is used to create links between files. There are two types of links: hard links and symbolic (soft) links.
Syntax
ln [OPTION]... TARGET [LINK_NAME]
Common Options
-s: Create a symbolic link instead...
cloudtuned.dev2 min read