--- title: How to Soft Link a Directory on Linux permalink: how-to-soft-link-a-directory-on-linux date: 2024-08-13T04:41:24-04:00 tags: --- Simple command: ```sh ln -s source_dir redirecting_dir ``` Where `source_dir` has the files, and `redirecting_dir` contains the files that will show up.