Contact SalesSitemapCustomer Login

Linux Command Reference: ln

The ln command is used to create links between files.

For brevity, only symbolic links (also called "symlinks") will be described in this reference.


[edit]

Create a Symbolic Link

Usage: ln -s <target_path> <symlink_path>


This will create a symbolic link from the symbolic link's filesystem path to the target file or directory's filesystem path.


[edit]

Help and Manual

Enter ln --help to view the Help file or enter man ln to view the Manual for ln.


[edit]

Related Commands

Retrieved from "http://wiki.vpslink.com/Linux_Command_Reference:_ln"
Recent Changes | RSS RSS Feed