What Are Symbolic Links Anyway And How Can I Create Them?
Introduction
In this guide, I will show you how to create and use symbolic links using the ln command.
There are two types of links available:
- Hard links
- Soft links
I have previously written a guide already showing what hard links are and why you would use them and so this guide will mai
READ Full article