home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d7xx
/
d747
/
aush.lha
/
AUSH
/
ExtraCmds.lha
/
englishdocs
/
ln.doc
< prev
next >
Wrap
Text File
|
1992-09-04
|
646b
|
33 lines
NOM
ln - create a link
SYNOPSIS
ln [ -s ] src dst
ln -r src
DESCRIPTION
The first form creates a link named "src" to the file named "dst".
By default it's a "hard link", but the -s switch allow to create
a "soft link".
The second form examines the link "src" and tells where it point
to.
RETURN CODES
0 if all went well
1 in case of bad argument (fatal)
2 if one file couldn't be opened (fatal)
15 if system release is not 2.0 (fatal)
16 if link couldn't ne created (fatal)
CHANGES FROM UNIX
added -r option
NOTES
You must be under 2.0 system release to use this command
AUTHOR
Denis GOUNELLE
Last modified 04-Sep-92