symlink_remove - Remove a symbolic link [Windows only]
symlink remove [-name] <file name> [-help]
The symlink remove command removes a symbolic link to a file.
The symlink(1) commands are only available on Microsoft Windows platforms. On UNIX platforms, use the rm command.
Specify one or more symbolic links to remove. The -name is optional, but the file name is not.
Prints the online help for this command. All other valid options are ignored.
This command has no output except error and help messages. If the command is passed a real file instead of a symlink, it prints "symlink: 'file name' is not a symlink" instead of removing the file.
Given that file mylink
is a link pointing to file myfile
,
the following commands will remove the link mylink
:
% symlink remove -name mylink % symlink remove mylink
The issuer must have the l
(lookup) and d
(delete) permissions on the ACL of the directory that houses the symlink.
symlink(1), symlink_list(1), symlink_make(1)
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.
"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.