Answers for "Command to create a hardlink"

0

Command to create a hardlink

ln file <hardlink name>

# to create a softlink
ln -s file <hardlink name>
Posted by: Guest on April-14-2022

Code answers related to "Command to create a hardlink"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language