3 symlink_make - Create a symbolic link [Windows only]
10 B<symlink make> S<<< [B<-name>] <I<file name>> >>>
11 S<<< [B<-to>] <I<file name>> >>> [B<-help>]
18 The B<symlink make> command creates a new symbolic link to a file. The file
19 to which the link points does not have to exist when the link is created.
23 The B<symlink> commands are only available on Windows platforms. On other
24 platforms, use the C<ln -s> command.
30 =item [B<-name>] <I<file name>>
32 Specify the name of the new link. B<-name> is optional, but the file name
35 =item [B<-to>] <I<file name>>
37 Specify the file to which the new link points. B<-to> is optional, but the
42 Prints the online help for this command. All other valid options are
49 Prints the online help for this command. All other valid options are
54 In order to create a link named C<mylink> pointing to the file C<myfile>,
55 use one of the following commands:
57 % symlink make -name mylink -to myfile
58 % symlink make mylink myfile
60 =head1 PRIVILEGE REQUIRED
62 The issuer must have the C<l> (look) and C<i> (insert) permissions on the
63 ACL of the directory that houses the symlink.
73 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
75 This documentation is covered by the BSD License as written in the
76 doc/LICENSE file. This man page was written by Jason Edgecombe for