]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man8/sln.8
Changes.old: Add missing piece to 5.00 changelog
[thirdparty/man-pages.git] / man8 / sln.8
CommitLineData
ec14b270
MK
1.\" Copyright (c) 2013 by Michael Kerrisk <mtk.manpages@gmail.com>
2.\"
93015253 3.\" %%%LICENSE_START(VERBATIM)
ec14b270
MK
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.
4b72fb64 23.\" %%%LICENSE_END
ec14b270 24.\"
4b8c67d9 25.TH SLN 8 2017-09-15 "GNU" "Linux Programmer's Manual"
ec14b270
MK
26.SH NAME
27sln \- create symbolic links
28.SH SYNOPSIS
29.BI sln " source dest"
09f0c0a3 30.br
ec14b270
MK
31.BI sln " filelist"
32.SH DESCRIPTION
33The
34.B sln
35program creates symbolic links.
36Unlike the
37.BR ln (1)
38program, it is statically linked.
39This means that if for some reason the dynamic linker is not working,
40.BR sln
41can be used to make symbolic links to dynamic libraries.
2a86152e 42.PP
42a12f98 43The command line has two forms.
ec14b270
MK
44In the first form, it creates
45.I dest
46as a new symbolic link to
4f6860b5 47.IR source .
2a86152e 48.PP
ec14b270
MK
49In the second form,
50.I filelist
51is a list of space-separated pathname pairs,
52and the effect is as if
53.BR sln
54was executed once for each line of the file,
55with the two pathnames as the arguments.
2a86152e 56.PP
ec14b270
MK
57The
58.B sln
59program supports no command-line options.
60.SH SEE ALSO
61.BR ln (1),
a3cb0a57
MK
62.BR ld.so (8),
63.BR ldconfig (8)