0

How to create soft link and hard link in CentOS

How to create soft links and hard links in CentOS..???

CentOS Hardlink command Soft Link Add a comment
dylan
asked Feb 13 2017

Answer

0

command to create soft link

ln -s [source path of the file Or file name] [destination path of the file Or file name]

command to create hard link

ln [source path of the file Or file name] [destination path of the file Or file name]

Add a comment
karthikeyankarthi
asked Feb 13 2017
edited Oct 05 2018
Post your Answer