Linux Links
To create a hard link:
ln host hardln -i Shows the inode number
- Hard links are not allowed to refer to directories
To create a symbolic link:
ln -s hard soft- To create symbolic links the best practice is to use the absolute path name, to be able to move it.