Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
LN.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- .TH LN 1
- .SH NAME
- ln, clone - create a link to a file
- .SH SYNOPSIS
- fBln [fB-ifmrRvxfR] fIfilefR [fInamefR]fR
- .br
- fBln [fB-ifrRvxfR] fIfilefR ... fIdirfRfR
- .br
- fBclone [fB-ifmvxfR] fIfilefR [fInamefR]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 fInewnamefP a synonym for fIfilefP"
- .EX "ln /usr/games/chess" "Create a link called fIchessfP"
- .SH DESCRIPTION
- .PP
- A directory entry is created for
- .I name .
- The entry points to
- .I file .
- Henceforth,
- .I name
- and
- .I file
- can be used interchangeably.
- If
- .I name
- is not supplied, the last component of
- .I file
- is used as the link name.
- If more than one
- .I file
- is supplied or the
- .I name
- refers to an existing directory, links will be created in that directory.
- An existing
- .I name
- will not be removed unless the fB-ifR or fB-ffR flag is specified.
- .PP
- .I Clone
- is a convenient synonym for fBln -fmrfP 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).