1sln(8) System Manager's Manual sln(8)
2
3
4
6 sln - create symbolic links
7
9 sln source dest
10 sln filelist
11
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 dy‐
16 namic 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
28 ln(1), ld.so(8), ldconfig(8)
29
30
31
32Linux man-pages 6.04 2023-01-07 sln(8)