Changes between Version 4 and Version 5 of UsersGuide/CommandReference
- Timestamp:
- 2011-05-22T10:09:52Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/CommandReference
v4 v5 1 1 = HelenOS Command Reference = 2 2 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 3 12 || '''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 || 4 28 || app || `bdsh` || The shell, Brain Dead Shell || 5 29 || app || `edit` || Text Editor ||