102 lines
2.1 KiB
HTML
102 lines
2.1 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of SLN</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>SLN</H1>
|
|
Section: Linux Programmer's Manual (8)<BR>Updated: 2017-09-15<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
sln - create symbolic links
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>sln</B><I> source dest</I>
|
|
|
|
<BR>
|
|
|
|
<B>sln</B><I> filelist</I>
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
The
|
|
<B>sln</B>
|
|
|
|
program creates symbolic links.
|
|
Unlike the
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ln">ln</A></B>(1)
|
|
|
|
program, it is statically linked.
|
|
This means that if for some reason the dynamic linker is not working,
|
|
<B>sln</B>
|
|
|
|
can be used to make symbolic links to dynamic libraries.
|
|
<P>
|
|
|
|
The command line has two forms.
|
|
In the first form, it creates
|
|
<I>dest</I>
|
|
|
|
as a new symbolic link to
|
|
<I>source</I>.
|
|
|
|
<P>
|
|
|
|
In the second form,
|
|
<I>filelist</I>
|
|
|
|
is a list of space-separated pathname pairs,
|
|
and the effect is as if
|
|
<B>sln</B>
|
|
|
|
was executed once for each line of the file,
|
|
with the two pathnames as the arguments.
|
|
<P>
|
|
|
|
The
|
|
<B>sln</B>
|
|
|
|
program supports no command-line options.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ln">ln</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+ld.so">ld.so</A></B>(8),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+ldconfig">ldconfig</A></B>(8)
|
|
|
|
<A NAME="lbAF"> </A>
|
|
<H2>COLOPHON</H2>
|
|
|
|
This page is part of release 5.05 of the Linux
|
|
<I>man-pages</I>
|
|
|
|
project.
|
|
A description of the project,
|
|
information about reporting bugs,
|
|
and the latest version of this page,
|
|
can be found at
|
|
<A HREF="https://www.kernel.org/doc/man-pages/.">https://www.kernel.org/doc/man-pages/.</A>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">SEE ALSO</A><DD>
|
|
<DT id="5"><A HREF="#lbAF">COLOPHON</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:16 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|