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