Symbolic links



$ ln -s  /tmp
$ ls -l

$ ln -s /etc/passwd
$ ls -l

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