DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦c793425ae⟧ TextFile

    Length: 1174 (0x496)
    Types: TextFile
    Notes: UNIX file
    Names: »ln.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/ln.1« 

TextFile

.ig
	@(#)ln.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH LN 1
.UC 4
.SH NAME
ln \- make links
.SH SYNOPSIS
.B ln
name1 [ name2 ]
.br
.B ln
name ... directory
.SH DESCRIPTION
A link is a directory entry referring
to a file; the same file (together with
its size, all its protection
information, 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.
.PP
Given one or two arguments,
.I ln
creates a link to an existing file
.IR name1 .
If
.I name2
is given, the link has that name;
.I name2
may also be a directory in which to place the link;
otherwise it is placed in the current directory.
If only the directory is specified, the link will be made with
its name the same as the last component
of
.IR name1 .
.PP
Given more than two arguments,
.I ln
makes links to all the named files in the named directory.
The links made will have the same name as the files being linked to.
.PP
It is forbidden to link to a directory
or to link across file systems.
.SH "SEE ALSO"
rm(1), cp(1), mv(1)