Using the cd Command

Use the cd command to navigate the namespace. When you cd to a target location, that location then becomes the default target for all other commands. Using the default option with no target returns you to the top of the namespace. Typing cd -default is the equivalent of typing cd /. Typing just cd displays your current location in the namespace. Typing help targets displays a list of all targets in the entire namespace.

Syntax

cd target

Options

[default] [-h|help]

Targets and Properties

Any location in the namespace.

Examples

To create a user named emmett, cd to/SP/users, then execute the create command with /SP/users as the default target.

-> cd /SP/users

-> create emmett

To find your location, type cd.

-> cd /SP/users

Related Topics