Changes between Version 4 and Version 5 of UsersGuide/CommandReference


Ignore:
Timestamp:
2011-05-22T10:09:52Z (13 years ago)
Author:
Jiri Svoboda
Comment:

Shell built-in commands. Description of categories.

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/CommandReference

    v4 v5  
    11= HelenOS Command Reference =
    22
     3== Description of categories ==
     4
     5|| '''Category''' || ''Description'' ||
     6|| bdsh           || Shell built-in commands. Type `help commands` in the shell for a listing. ||
     7|| app            || Application category. Command-line driven or interactive commands. `ls /app` for a listing ||
     8|| srv            || Services category. They work in background and not all should be started by hand. `ls /srv' for a listing ||
     9
     10== Commands ==
     11
    312|| '''Cat.''' || '''Command''' || '''Description''' ||
     13|| bdsh || `cd` || Change working directory ||
     14|| bdsh || `exit` || Exit the shell ||
     15|| bdsh || `help` || Show help ||
     16|| bdsh || `mkdir` || Create new directory ||
     17|| bdsh || `mkfile` || Create new file ||
     18|| bdsh || `rm` || Remove file or directory ||
     19|| bdsh || `bdd` || Dump block device contents ||
     20|| bdsh || `cat` || Display contents of file ||
     21|| bdsh || `ls` || Directory listing ||
     22|| bdsh || `pwd` || Print current working directory ||
     23|| bdsh || `cp` || Copy file ||
     24|| bdsh || `mv` || Move or rename file ||
     25|| bdsh || `mount` || Mount file system ||
     26|| bdsh || `umount` || Unmount file system ||
     27|| bdsh || `kcon` || Open kernel console ||
    428|| app || `bdsh` || The shell, Brain Dead Shell ||
    529|| app || `edit` || Text Editor ||