RRakeshinrakeshintech.hashnode.dev·Dec 2, 2023 · 2 min readSoft link and Hard link in Linux/UNIXWhat is a link? Links are pointers pointing to a file or directory. A link is a shortcut to access a file, similar to a Windows shortcut. Soft Link In soft links, we can create links on files and directories. Links enable the creation of references t...00