How to Symlink a File How to Symlink a File 14 March 2016 Steven Comments 0 Comment ln -s /path/to/existing/file /path/for/symlink/to/be/created eg. ln -s $(which ggrep) /usr/local/bin/grep