Service Registry 3 2005Q4 Administration Guide

cd

Changes the RegistryPackage location.

Synopsis

cd {locator | URN}

Description

The cd command changes directory (metaphorically) to the RegistryPackage at the specified path or with the specified URN.

The command changes to a specified URN when multiple RegistryPackage objects exist with the same path (for the current locale).

Operands

locator

The path of names of registry objects from the root of the repository to an object in the repository, with each name preceded by a forward slash (/).

For example, the locator for the userData RegistryPackage that is a member of the registry RegistryPackage (which is not itself a member of any RegistryPackage) is /registry/userData. The locator for the folder1 RegistryPackage that is a member of the userData RegistryPackage is /registry/userData/folder1.

URN

The URN of the RegistryPackage, which must be a URN starting with urn:.

Examples

The following command changes the directory to the RegistryPackage with the URN urn:uuid:92d3fd01-a929-4eba-a5b4-a3f036733017.


admin> cd urn:uuid:92d3fd01-a929-4eba-a5b4-a3f036733017

The following command changes the directory to the location /registry/userData/myData.


admin> cd /registry/userData/myData