CLI Guide

Table Of Contents
Examples
Resume the current capture session.
VPlexcli:/> capture resume
See also
capture begin
capture end
capture pause
capture replay
cd
Changes the working directory.
Contexts
All contexts.
Syntax
cd [context]
Arguments
Optional arguments
context Change to the specified context. The context can be one of the following:
context path - The full or relative pathname of the context.
.. - the parent context of the context you are currently in.
... - the root context.
-(dash) - The context you were in before changing to this context.
If you do not specify a context, the cd command changes to the root directory.
Description
Use the cd command with no arguments or followed by three periods (cd ... ) to return to the root context.
Use the cd command followed by two periods (cd .. ) to return to the context immediately above the current context.
Use the cd command followed by a dash (cd -) to return to the previous context.
To navigate directly to a context from any other context, use the cd command and specify the context path.
Examples
Return to the root context:
VPlexcli:/clusters/cluster-1/fans> cd
VPlexcli:/>
Commands
57