Changes between Version 2 and Version 3 of Tutorial
- Timestamp:
- 2014-12-18T17:00:59Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial
v2 v3 48 48 Once you get bored by this, just run `tetris` from the terminal window. This should make you occupied for some time. 49 49 50 The shell supports some basic commands you are likely familiar with: `ls`, `cat`, `cd`, `pwd`, `cp`, `mv`, `rm`, `mkdir`, `echo`, etc. If you get totally lost, just run the `help` command to give you some hints. You can use `help commands` to list the internal commands of the shell and `help help` to get more information on how the help system works. 51 50 52 == Cool Stuff == 51 53 … … 66 68 * `edit demo.txt` 67 69 - Run a simple text editor to edit some UTF-8 text file. The entire system uses UTF-8 to store character strings and texts, although the terminal font does not support all Unicode glyphs. 70 * `loc` 71 - Display the location service entries (mostly hardware devices). 72 * `nic` 73 - Display network interface cards. 74 * `usbinfo --list` 75 - Display connected USB devices. 76 * `top` 77 - Display current running tasks, CPU and memory utilization and other system statistics. 78 * `tetris` 79 - Play tetris.