summaryrefslogtreecommitdiffstats
path: root/man8/sln.8
blob: 81d9078e8fb494f808e78ad4472d35c733508b4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.\" Copyright (c) 2013 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.TH sln 8 2023-01-07 "Linux man-pages 6.05.01"
.SH NAME
sln \- create symbolic links
.SH SYNOPSIS
.nf
.BI sln " source dest"
.BI sln " filelist"
.fi
.SH DESCRIPTION
The
.B sln
program creates symbolic links.
Unlike the
.BR ln (1)
program, it is statically linked.
This means that if for some reason the dynamic linker is not working,
.B sln
can be used to make symbolic links to dynamic libraries.
.PP
The command line has two forms.
In the first form, it creates
.I dest
as a new symbolic link to
.IR source .
.PP
In the second form,
.I filelist
is a list of space-separated pathname pairs,
and the effect is as if
.B sln
was executed once for each line of the file,
with the two pathnames as the arguments.
.PP
The
.B sln
program supports no command-line options.
.SH SEE ALSO
.BR ln (1),
.BR ld.so (8),
.BR ldconfig (8)