How To Create A Hard Link
- Forums
- Linux Hosting
- How To Create A Hard Link
if you are familiar in creating or making a soft link you know that the command for creating the soft links is [1401], Last Updated: Mon Jun 24, 2024
Hostman
Mon Apr 05, 2010
0 Comments
349 Visits
if you are familiar in creating or making a soft link you know that the command for creating the soft links is
# ln -s [source] [link]
but how do you create a hard link?
like this
# ln [source] [link]
as you can see, all you do is leave out the -s option
the -s option means = symbolic link