Chapter 4: Accessing the PM PDU via the Command Line Interface 45
Enter cd <one_or_more_path_elements> to move down one or more levels of the navigation tree.
--:- / cli-> cd system_tools
A prompt like the following appears at each level.
--:- system_tools cli->
NOTE: CLI commands are case sensitive.
At any level, you can press Tab Tab at the prompt to see the commands that can be entered at the
current level.
---:- system_tools cli-><Tab><Tab>
cd passwd shell
commit pwd show
exit quit shutdown
ftp reboot upgrade_firmware
help restore_configuration whoami
hostname revert wiz
ls save_configuration
opiepasswd scp
If you know the path, you can enter multiple path elements in a single command separated with
forward slashes (/).
--:- / cli-> cd network/devices/
--:- devices cli->
Enter cd .. to move up one level of the navigation tree. Enter cd ../..[/..] to move up multiple levels.
--:- devices cli-> cd ../..
--:- / cli->
Autocompletion
Autocompletion allows you to type the first few letters of a command or navigation option and then
press
Tab. The rest of the name is filled in automatically if the letters typed are unique to one
command or to a navigation option at that level. If the letters match more than one of the
commands or navigation options for that level, the matching options are listed.
For example, if you ty
pe cd acc and press Tab at the CLI prompt from the / level, the access option
will be completed.
--:- / cli-> cd acc<Tab>
--:- / cli-> cd access