Changes between Version 11 and Version 12 of UsersGuide/CommandReference
- Timestamp:
- 2012-04-27T10:11:03Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/CommandReference
v11 v12 35 35 || app || `devctl` || Device driver framework (DDF) administration || 36 36 || app || `edit` || Text Editor || 37 || app || `ext2info` || Dump information from an ext2 file system || 37 38 || app || `getterm` || Run command on a specified virtual console || 39 || app || `inetcfg` || Configure internet service (IP addresses, etc.) || 38 40 || app || `init` || Initialize the operating system || 39 || app || `locinfo` || Print data from location service ||40 41 || app || `kill` || Kill a task by TID || 41 42 || app || `killall` || Kill tasks whose name matches pattern || 42 43 || app || `klog` || Print and follow contents of kernel log || 44 || app || `locinfo` || Print data from location service || 45 || app || `lsusb` || List connected USB devices || 46 || app || `mkexfat` || Create empty exFAT file system || 47 || app || `mkbd` || Receive and print multimedia key presses || 43 48 || app || `mkfat` || Create empty FAT file system || 49 || app || `mkmfs` || Create empty MINIX file system || 44 50 || app || `netecho` || Socket-based TCP/UDP echo server || 45 51 || app || `nettest1` || Socket-based TCP/UDF test app || 46 52 || app || `nettest2` || Socket-based TCP/UDP test app || 53 || app || `nettest3` || Socket-based TCP test app || 47 54 || app || `ping` || ICMP ping utility || 48 55 || app || `redir` || Run command with standard input, output, error output redirected to files || 49 56 || app || `sbi` || Interpreter of Sysel programming language || 57 || app || `sportdmp` || Dump data from serial port || 50 58 || app || `stats` || List tasks, threads, CPUs || 51 59 || app || `sysinfo` || Print entries from kernel sysinfo tree || 52 60 || app || `taskdump` || Dump core, stack trace from a task || 53 61 || app || `tester` || Run various unit tests || 62 || app || `testread` || Benchmark speed of reading from a file || 54 63 || app || `tetris` || Fork of BSD Tetris game || 55 64 || app || `top` || Monitor which tasks consume most resources || 56 65 || app || `trace` || Trace system calls made by a task || 57 || app || `websrv` || Web server stub || 66 || app || `usbinfo` || Display information about USB device || 67 || app || `vuhid` || Virtual USB HID provider (for testing USB HID driver) || 68 || app || `websrv` || Trivial web server || 58 69 || srv || `adb_ms` || Apple Desktop Bus mouse driver || 59 70 || srv || `apic` || APIC interrupt controller driver ||