# CLI command When accessing CLI (Command Line Interface), you can check the basic system status and supported commands in console mode. This article explains how to use the commands in console mode. ## Basic commands Command|Description ---|--- enable | Activate Global Configuration mode exit | CLI service shutdown help | command help history | Display command usage history quit | Terminate the console mode connection configure terminal| Immediately apply commands set in Global mode configure batch | Apply after rebooting the command set in Global mode clear arp | Initialize system arp table information clear screen | Initialize the console display clock set | System Time Manual Settings do backup | Perform System Backup do cdbackup | Backup the most recent backup data to CDR do cdrestore | Recover with Backup data stored on CD do initdisk | Perform external disk initialization do restore | Recover with backup data geniup | If Genians Update Server is set up, perform an upgrade with the latest files on the server. halt | System power down mode kill pid | Terminate process based on pid kill pname | Terminate process based on name ping | Test ICMP request for IP of remote device reboot | Perform system reboot restart system | System service restart shutdown service | System service shutdown traceroute | Show routing path to IP show | Display items that can be viewed with the show command ## view command Command|Description ---|--- show arp | ARP table information display show backup | Display a list of backed up databases show configuration | Display the current settings of the system Show cpu | display cpu information show filesystem | Display filesystem information show hosts | List hosts file show interface | Display system's network interface information show logging | Display the most recent log among logs registered as GENIAN equipment with log ID show memory | Display memory information show processes | Display of running process information show route | Display routing table information show time | Current System time display show uptime | System operation time information display show version | System software version information display