Provided by: rust-coreutils_0.0.14-3_amd64
NAME
ln - manual page for ln 0.0.14
DESCRIPTION
/build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/ln 0.0.14 change file owner and group USAGE: /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/ln [OPTION]... [-T] TARGET LINK_NAME /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/ln [OPTION]... TARGET /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/ln [OPTION]... TARGET... DIRECTORY /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/ln [OPTION]... -t DIRECTORY TARGET... ARGS: <files>... OPTIONS: -b like --backup but does not accept an argument --backup[=<CONTROL>...] make a backup of each existing destination file -f, --force remove existing destination files -h, --help Print help information -i, --interactive prompt whether to remove existing destination files -n, --no-dereference treat LINK_NAME as a normal file if it is a symbolic link to a directory -r, --relative create symbolic links relative to link location -s, --symbolic make symbolic links instead of hard links -S, --suffix <SUFFIX> override the usual backup suffix -t, --target-directory <DIRECTORY> specify the DIRECTORY in which to create the links -T, --no-target-directory treat LINK_NAME as a normal file always -v, --verbose print name of each linked file -V, --version Print version information In the 1st form, create a link to TARGET with the name LINK_NAME. In the 2nd form, create a link to TARGET in the current directory. In the 3rd and 4th forms, create links to each TARGET in DIRECTORY. Create hard links by default, symbolic links with --symbolic. By default, each destination (name of new link) should not already exist. When creating hard links, each TARGET must exist. Symbolic links can hold arbitrary text; if later resolved, a relative link is interpreted in relation to its parent directory. The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX. The version control method may be selected via the --backup option or through the VERSION_CONTROL environment variable. Here are the values: none, off never make backups (even if --backup is given) numbered, t make numbered backups existing, nil numbered if numbered backups exist, simple otherwise simple, never always make simple backups
SEE ALSO
The full documentation for ln is maintained as a Texinfo manual. If the info and ln programs are properly installed at your site, the command info ln should give you access to the complete manual.