32v 1m ln

From Computer History Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

LN(1) UNIX Programmer's Manual LN(1)


NAME

    ln  -  make a link

SYNOPSIS

    ln name1 [ name2 ]

DESCRIPTION

    A link is a directory entry referring to a file; the same
    file (together with its size, all its protection informa-
    tion, etc.) may have several links to it.  There is no way
    to distinguish a link to a file from its original directory
    entry; any changes in the file are effective independently
    of the name by which the file is known.
    _L_n creates a link to an existing file _n_a_m_e_1.  If _n_a_m_e_2 is
    given, the link has that name; otherwise it is placed in the
    current directory and its name is the last component of
    _n_a_m_e_1.
    It is forbidden to link to a directory or to link across
    file systems.

SEE ALSO

    rm(1)