ln.1
来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 1 代码 · 共 34 行
1
34 行
.TH LN 1 .SH NAMEln \- make a link.SH SYNOPSIS.B 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..PP.I Lncreates a link to an existing file.IR name1 .If.I name2is given, the link has that name;otherwise it is placed in the current directoryand its name is the last componentof.IR name1 ..PPIt is forbidden to link to a directoryor to link across file systems..SH "SEE ALSO"rm(1)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?