# phpman > man > sln(8)

[SLN(8)](https://www.chedong.com/phpMan.php/man/SLN/8/markdown)                                Linux Programmer's Manual                               [SLN(8)](https://www.chedong.com/phpMan.php/man/SLN/8/markdown)



## NAME
       sln - create symbolic links

## SYNOPSIS
       **sln** _source_ _dest_
       **sln** _filelist_

## DESCRIPTION
       The  **sln**  program creates symbolic links.  Unlike the [**ln**(1)](https://www.chedong.com/phpMan.php/man/ln/1/markdown) program, it is statically linked.
       This means that if for some reason the dynamic linker is not working, **sln** can be used to make
       symbolic links to dynamic libraries.

       The command line has two forms.  In the first form, it creates _dest_ as a new symbolic link to
       _source_.

       In the second form, _filelist_ is a list of space-separated pathname pairs, and the  effect  is
       as  if  **sln**  was executed once for each line of the file, with the two pathnames as the argu‐
       ments.

       The **sln** program supports no command-line options.

## SEE ALSO
       [**ln**(1)](https://www.chedong.com/phpMan.php/man/ln/1/markdown), [**ld.so**(8)](https://www.chedong.com/phpMan.php/man/ld.so/8/markdown), [**ldconfig**(8)](https://www.chedong.com/phpMan.php/man/ldconfig/8/markdown)

## COLOPHON
       This page is part of release 5.10 of the Linux  _man-pages_  project.   A  description  of  the
       project,  information about reporting bugs, and the latest version of this page, can be found
       at <https://www.kernel.org/doc/man-pages/>.



GNU                                          2017-09-15                                       [SLN(8)](https://www.chedong.com/phpMan.php/man/SLN/8/markdown)
