Part 2 - Linux commands for DevOps
ln: The ln command is part of the Linux file system commands and is used to create links. What is a link? It's like a pointer to another file, meaning a file that points to another file.
We have 2 types of links: hard links and soft links.
Hard Links...
linuxforeveryone.hashnode.dev5 min read