User manual

Appendix A – CLI Command Reference
76 ePower Power Distribution Unit User Manual, Revision 1.1
Example 2: Change the Current Target Element from
/system1/settings/interfaces to http.
ePower:/system1/settings/interfaces--> cd http
ePower:/system1/settings/interfaces/http-->
Example 3: Use cd, without specifying an explicit target.
ePower:/system1/settings/interfaces/http--> cd
ePower:/system1/settings/interfaces/http-->
Example 4: Change the Current Target Element, using UNIX file path notation.
ePower:/system1/settings/interfaces/http--> cd .
ePower:/system1/settings/interfaces/http-->
ePower:/system1/settings/interfaces/http--> cd ..
ePower:/system1/settings/interfaces-->
ePower:/system1/settings/interfaces--> cd ../..
ePower:/system1-->
Example 5: Specify a target above the root level. When specifying a target above
the root level using UNIX file path notation (refer to Table A-1),
the additional levels are ignored, and the resulting target is the
root level.
ePower:/system1--> cd ../../../../
ePower:/-->
Example 6: Specify a target that does not exist.
ePower:/system1/settings--> cd TCPIP
SYNTAX ERROR: UNKNOWN TARGET: “TCPIP”
ePower:/system1/settings-->
Example 7: Change the Current Target Element, using an absolute path.
ePower:/--> cd /system1/settings/network/ipv6
ePower:/system1/settings/network/ipv6-->