AOS-CX 10.07 Diagnostics and SupportabilityHelp Center
Service OS CLI features and limitations
The Service OS CLI provides basic shell functionality that allows you to execute commands and pass arguments to those commands only. The following features are not available:
- Input/output redirection (<, >, >>)
- 作业控制(&、fg, bg)
- Process piping (|)
- File globbing (\*)
Even though the Service OS CLI does not provide file globbing capabilities, some commands may provide this functionality internally. An example is thelscommand.
The following common features are available:
- 命令他tory (
Up Arrow )和搜索(Ctrl-R ) - Tab completion for file and folder names (not CLI commands)
- Command abort using
Ctrl-C