Difference between revisions of "Shell"

From Embedded Xinu
Jump to navigation Jump to search
(New page: The XINU shell is designed as an interface for interacting the operating system. The majority of the commands provide information about the current state of the system including its proce...)
 
Line 5: Line 5:
 
*exit
 
*exit
 
*help
 
*help
*kill
+
*kill PID
 
*memstat
 
*memstat
 
*ps
 
*ps
*sleep
+
*sleep DELAY
*uartstat
+
*uartstat UARTNUM

Revision as of 18:16, 5 June 2007

The XINU shell is designed as an interface for interacting the operating system. The majority of the commands provide information about the current state of the system including its process, memory, and hardware.

Commands

The XINU shell is equipped with seven commands:

  • exit
  • help
  • kill PID
  • memstat
  • ps
  • sleep DELAY
  • uartstat UARTNUM