# Symbolic Links

### Regular SymLink

```bash
 ln -s /path/to/target /path/to_where_new_shortcut_is_made
```

`-s` = softlink like a windows shortcut