ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs symlink delete

    Delete a symlink path mapping

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver cifs symlink delete command deletes a symbolic link mapping for CIFS.

    Parameters

    -vserver <vserver name> - Vserver

    This specifies the Vserver on which the symbolic link mapping is located.

    -unix-path <text> - UNIX Path

    This specifies the UNIX (NFS) path of the mapping that you want to delete.

    Examples

    The following example deletes a symbolic link mapping to a UNIX path /example/ from a Vserver named vs1:

    cluster1::> vserver cifs symlink delete -vserver vs1 -unix-path /example/
    Top of Page