In this script we will show how to create hard links and how to show all files with same i-node which we want.
$ touch file —–> this will create empty file “file” $ echo “test” > file —–> this will put “test” into “file” $ ls -li —–> this will list inode number of [...]
