LINUX How to create a hardlink command

To create hard link, enter (without the -s option):
$ ln {file.txt} {hard-link}
$ ln /tmp/file link-here

Comments

Popular posts from this blog

AWS Lambda – Function in Go

Install DNF in RHEL/CentOS 7

AWS Lambda – Function in Java