]> git.ipfire.org Git - thirdparty/man-pages.git/blob - man8/sln.8
share/mk/: build-html: Don't build mbind.2 and set_mempolicy.2
[thirdparty/man-pages.git] / man8 / sln.8
1 .\" Copyright (c) 2013 by Michael Kerrisk <mtk.manpages@gmail.com>
2 .\"
3 .\" %%%LICENSE_START(VERBATIM)
4 .\" Permission is granted to make and distribute verbatim copies of this
5 .\" manual provided the copyright notice and this permission notice are
6 .\" preserved on all copies.
7 .\"
8 .\" Permission is granted to copy and distribute modified versions of this
9 .\" manual under the conditions for verbatim copying, provided that the
10 .\" entire resulting derived work is distributed under the terms of a
11 .\" permission notice identical to this one.
12 .\"
13 .\" Since the Linux kernel and libraries are constantly changing, this
14 .\" manual page may be incorrect or out-of-date. The author(s) assume no
15 .\" responsibility for errors or omissions, or for damages resulting from
16 .\" the use of the information contained herein. The author(s) may not
17 .\" have taken the same level of care in the production of this manual,
18 .\" which is licensed free of charge, as they might when working
19 .\" professionally.
20 .\"
21 .\" Formatted or processed versions of this manual, if unaccompanied by
22 .\" the source, must acknowledge the copyright and authors of this work.
23 .\" %%%LICENSE_END
24 .\"
25 .TH SLN 8 2017-09-15 "GNU" "Linux Programmer's Manual"
26 .SH NAME
27 sln \- create symbolic links
28 .SH SYNOPSIS
29 .BI sln " source dest"
30 .br
31 .BI sln " filelist"
32 .SH DESCRIPTION
33 The
34 .B sln
35 program creates symbolic links.
36 Unlike the
37 .BR ln (1)
38 program, it is statically linked.
39 This means that if for some reason the dynamic linker is not working,
40 .BR sln
41 can be used to make symbolic links to dynamic libraries.
42 .PP
43 The command line has two forms.
44 In the first form, it creates
45 .I dest
46 as a new symbolic link to
47 .IR source .
48 .PP
49 In the second form,
50 .I filelist
51 is a list of space-separated pathname pairs,
52 and the effect is as if
53 .BR sln
54 was executed once for each line of the file,
55 with the two pathnames as the arguments.
56 .PP
57 The
58 .B sln
59 program supports no command-line options.
60 .SH SEE ALSO
61 .BR ln (1),
62 .BR ld.so (8),
63 .BR ldconfig (8)