Navigating in the CLI
Page 22 7210 SAS M, X Basic System Configuration Guide
The list of all system global commands is displayed by entering help globals in the CLI. For 
example:
A:ALU-7210>config>service# help globals
      back            - Go back a level in the command tree
      echo            - Echo the text that is typed in
      enable-admin    - Enable the user to become a system administrator
      exec            - Execute a file - use -echo to show the commands and
                        prompts on the screen
      exit            - Exit to intermediate mode - use option all to exit to
                        root prompt
      help            - Display help
      history         - Show command history
      info            - Display configuration for the present node
      logout          - Log off this system
      oam             + OAM Test Suite
      ping            - Verify the reachability of a remote host
      pwc             - Show the present working context
      sleep           - Sleep for specified number of seconds
      ssh             - SSH to a host
      telnet          - Telnet to a host
      traceroute      - Determine the route to a destination address
      tree            - Display command tree structure from the context of
                        execution
      write           - Write text to another user
A:ALU-7210>config>service#
sleep
Causes the console session to pause operation (sleep) for one second 
or for the specified number of seconds. Primary use is to introduce a 
pause within the execution of an 
exec file.
54
ssh
Opens a secure shell connection to a host. 55
telnet
Telnet to a host. 55
traceroute
Determines the route to a destination address. 56
tree
Displays a list of all commands at the current level and all sublevels. 57
write
Sends a console message to a specific user or to all users with active 
console sessions.
57
Table 2: Console Control Commands  (Continued)
Command Description Page