Table of ContentsView in Frames

Creating Map entries

You can create Map entries by editing the /etc/symlink.translations file.

Steps

  1. Open the /etc/symlink.translations file for editing.
  2. Enter one or more lines in the file using the following format: Map template result

    template is used to match absolute symbolic links.

    result specifies a storage system path that is substituted for the matching absolute symbolic link.

    Note: To specify a space or pound (#) character in a file path, you must prepend a backslash (\) escape character.

Examples

Map /u/users/charlie/* /home/charlie/*

Map /temp1/* /vol/vol2/util/t/*

Map /u/users/bob\ smith/* /home/bob\ smith/*