Hard links



$ echo "hello" > a.txt
$ ln a.txt b.txt
$ ls -li