2007-11-29 05:05:37 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
2009-07-01 23:12:10 +01:00
|
|
|
symlink - Introduction to the symlink command suite [Windows only]
|
2007-11-29 05:05:37 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
The B<symlink> command creates, lists and removes Unix-style symbolic links
|
|
|
|
(symlinks) in OpenAFS filespace from a platform that does not support
|
2009-10-08 18:32:36 +01:00
|
|
|
symlinks, like Windows. The L<B<symlink make>|symlink_make(1)> command is
|
|
|
|
equivalent to C<ln -s> on a Unix platform. B<symlink> can manipulate
|
|
|
|
symlinks created by C<ln -s> on Unix and vice versa.
|
2007-11-29 05:05:37 +00:00
|
|
|
|
|
|
|
=head1 CAUTIONS
|
|
|
|
|
|
|
|
The B<symlink> commands are only available on Windows platforms. On
|
|
|
|
other platforms, use the C<ln -s> command.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item B<-help>
|
|
|
|
|
|
|
|
Prints the online help for this command. All other valid options are
|
|
|
|
ignored.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
L<symlink_list(1)>,
|
|
|
|
L<symlink_make(1)>,
|
|
|
|
L<symlink_remove(1)>
|
|
|
|
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
|
|
|
Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
|
|
|
|
|
2007-12-25 22:22:22 +00:00
|
|
|
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.
|