How to Create Symlink via CLI in Unix – CentOS – Ubuntu – Linux

Symbolic link or symlink ( or sometime called soft link ) is a file that only exists as a reference for another file or directory.

In order to create symlink via command link interface (CLI) in an Unix based system you will need to use ln command.

ln -s /path/to/file /path/to/symlink

ln stands for Link.


Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *