Changes between Version 2 and Version 3 of Tutorial


Ignore:
Timestamp:
2014-12-18T17:00:59Z (9 years ago)
Author:
Martin Decky
Comment:

moe cool stuff

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial

    v2 v3  
    4848Once you get bored by this, just run `tetris` from the terminal window. This should make you occupied for some time.
    4949
     50The 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
    5052== Cool Stuff ==
    5153
     
    6668* `edit demo.txt`
    6769  - 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.