1SLN(8)                     Linux Programmer's Manual                    SLN(8)
2
3
4

NAME

6       sln - create symbolic links
7

SYNOPSIS

9       sln source dest
10       sln filelist
11

DESCRIPTION

13       The  sln  program creates symbolic links.  Unlike the ln(1) program, it
14       is statically linked.  This means that if for some reason  the  dynamic
15       linker  is  not  working,  sln  can  be  used to make symbolic links to
16       dynamic libraries.
17
18       The command line has two forms.  In the first form, it creates dest  as
19       a new symbolic link to source.
20
21       In  the  second  form,  filelist  is a list of space-separated pathname
22       pairs, and the effect is as if sln was executed once for each  line  of
23       the file, with the two pathnames as the arguments.
24
25       The sln program supports no command-line options.
26

SEE ALSO

28       ln(1), ld.so(8), ldconfig(8)
29

COLOPHON

31       This  page  is  part of release 5.02 of the Linux man-pages project.  A
32       description of the project, information about reporting bugs,  and  the
33       latest     version     of     this    page,    can    be    found    at
34       https://www.kernel.org/doc/man-pages/.
35
36
37
38GNU                               2017-09-15                            SLN(8)
Impressum