| 1 | = HelenOS Command Reference = |
| 2 | |
| 3 | || '''Cat.''' || '''Command''' || '''Description''' || |
| 4 | || app || `bdsh` || The shell, Brain Dead Shell || |
| 5 | || app || `edit` || Text Editor || |
| 6 | || app || `getterm` || Run command on a specified virtual console || |
| 7 | || app || `init` || Initialize the operating system || |
| 8 | || app || `kill` || Kill a task by TID || |
| 9 | || app || `killall` || Kill tasks whose name matches pattern || |
| 10 | || app || `klog` || Print and follow contents of kernel log || |
| 11 | || app || `mkfat` || Create empty FAT file system || |
| 12 | || app || `netecho` || Socket-based TCP/UDP echo server || |
| 13 | || app || `nettest1` || Socket-based TCP/UDF test app || |
| 14 | || app || `nettest2` || Socket-based TCP/UDP test app || |
| 15 | || app || `ping` || ICMP ping utility || |
| 16 | || app || `redir` || Run command with standard input, output, error output redirected to files || |
| 17 | || app || `sbi` || Interpreter of Sysel programming language || |
| 18 | || app || `stats` || List tasks, threads, CPUs || |
| 19 | || app || `sysinfo` || Print entries from kernel sysinfo tree || |
| 20 | || app || `taskdump` || Dump core, stack trace from a task || |
| 21 | || app || `tester` || Run various unit tests || |
| 22 | || app || `tetris` || Fork of BSD Tetris game || |
| 23 | || app || `top` || Monitor which tasks consume most resources || |
| 24 | || app || `trace` || Trace system calls made by a task || |
| 25 | || app || `websrv` || Web server stub || |