1 .\" Copyright (c) 2013 by Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" SPDX-License-Identifier: Linux-man-pages-copyleft
5 .TH SLN 8 2022-09-09 "Linux man-pages (unreleased)"
7 sln \- create symbolic links
10 .BI sln " source dest"
16 program creates symbolic links.
19 program, it is statically linked.
20 This means that if for some reason the dynamic linker is not working,
22 can be used to make symbolic links to dynamic libraries.
24 The command line has two forms.
25 In the first form, it creates
27 as a new symbolic link to
32 is a list of space-separated pathname pairs,
33 and the effect is as if
35 was executed once for each line of the file,
36 with the two pathnames as the arguments.
40 program supports no command-line options.