ln.1

来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 1 代码 · 共 45 行

1
45
字号
.th LN I 3/15/72.sh NAMEln  \*-  make a link.sh SYNOPSIS.bd lnname1 [ name2 ].sh DESCRIPTIONA link is a directory entry referringto a file; the same file (together withits size, all its protectioninformation, etc)may have several links to it.There is no way to distinguish a link to a filefrom its original directory entry;any changes in thefile are effectiveindependently of the name by which the file is known..s3.it Lncreates a link to an existing file.it name1.If.it name2is given, the link has that name;otherwise it is placed in the current directoryand its name is the last componentof.it name1..s3It is forbidden to link to a directoryor to link across file systems..sh "SEE ALSO"rm (I).sh BUGSThere is nothing particularlywrong with.it ln,but.it tpdoesn't understand about links and makes one copy foreach name by which a file is known;thus if the tape is extractedseveral copies are restored and the information that links were involvedis lost.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?