Linux ln 指令使用方法

使用範例

$ ln -s ~/remote_vultr/bot/src ./

指令拆解

// 參數 -s 代表 Symbolic Link,若不加入此參數,則代表使用 Hard link
-s

// 目標檔案或目錄
~/remote_vultr/bot/src

//
./ = where the target dir will be placed