ln.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 63 行
1
63 行
.TH LN 1.SH NAMEln, clone \- create a link to a file.SH SYNOPSIS\fBln [\fB\-ifmrRvx\fR] \fIfile\fR [\fIname\fR]\fR.br\fBln [\fB\-ifrRvx\fR] \fIfile\fR ... \fIdir\fR\fR.br\fBclone [\fB\-ifmvx\fR] \fIfile\fR [\fIname\fR]\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH OPTIONS.FL "\-i" "Ask if ok to remove a file".FL "\-f" "Remove existing links".FL "\-m" "Merge trees, disable the into-a-directory trick".FL "\-rR" "Recursively link a directory tree".FL "\-v" "Display what ln is doing".FL "\-x" "Do not cross device boundaries".SH EXAMPLES.EX "ln file newname" "Make \fInewname\fP a synonym for \fIfile\fP".EX "ln /usr/games/chess" "Create a link called \fIchess\fP".SH DESCRIPTION.PPA directory entry is created for.I name .The entry points to.I file .Henceforth,.I nameand.I filecan be used interchangeably.If.I nameis not supplied, the last component of.I fileis used as the link name.If more than one.I fileis supplied or the.I namerefers to an existing directory, links will be created in that directory.An existing.I namewill not be removed unless the \fB\-i\fR or \fB\-f\fR flag is specified..PP.I Cloneis a convenient synonym for \fBln \-fmr\fP to create a so-called "link farm",a directory full of links to the original tree..SH "SEE ALSO".BR cp (1),.BR link (2),.BR unlink (2).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?