NAME

symlink_make - Create a symbolic link [Windows only]

SYNOPSIS

symlink make [-name] <file name> [-to] <file name> [-help]

DESCRIPTION

The symlink make command creates a new symbolic link to a file. The file to which the link points does not have to exist when the link is created.

CAUTIONS

The symlink(1) commands are only available on Microsoft Windows platforms. On UNIX platforms, use the ln -s command.

OPTIONS

[-name] <file name>

Specify the name of the new link. -name is optional, but the file name is not.

[-to] <file name>

Specify the file to which the new link points. -to is optional, but the file name is not.

-help

Prints the online help for this command. All other valid options are ignored.

OUTPUT

Prints the online help for this command. All other valid options are ignored.

EXAMPLES

In order to create a link named mylink pointing to the file myfile, use one of the following commands:

   % symlink make -name mylink -to myfile
   % symlink make mylink myfile

PRIVILEGE REQUIRED

The issuer must have the l (lookup) and i (insert) permissions on the ACL of the directory in which the symlink is being created.

SEE ALSO

symlink(1), symlink_list(1), symlink_remove(1)

COPYRIGHT

Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>

This documentation is covered by the BSD License as written in the doc/LICENSE file. This man page was written by Jason Edgecombe for OpenAFS.

ACKNOWLEDGEMENTS

"AFS" is a registered mark of International Business Machines Corporation, used under license. (USPTO Registration 1598389)

"OpenAFS" is a registered mark of International Business Machines Corporation. (USPTO Registration 4577045)

The "AuriStor" name, log 'S' brand mark, and icon are registered marks of AuriStor, Inc. (USPTO Registrations 4849419, 4849421, and 4928460) (EUIPO Registration 015539653).

"Your File System" is a registered mark of AuriStor, Inc. (USPTO Registrations 4801402 and 4849418).

"YFS" and "AuriStor File System" are trademarks of AuriStor, Inc.