Home Links in Linux
Post
Cancel

Links in Linux

In linux, a link is a connection between a file name and the actual data on the disk. We can also call it a shortcut. There are two types of links:- Soft Link and Hard Link

Links will be removed if original file is removed or deleted.

Syntax: ln -s

Renaming, deleting or removing the file will not affect the link

Syntx: ln

This post is licensed under CC BY 4.0 by the author.