summaryrefslogblamecommitdiff
path: root/Source/Applications/Shell/Help.txt
blob: 0b42361024a274b5d349caa0c0cf00d8522731a4 (plain) (tree)
1
2
3
4
5
6
7





                                                       
                                            








                                                           
	** Command list for Melon's shell **

  Command   Description                 Required groups
 - help     shows this
 - reboot   reboots your computer       root
 - halt     shuts down your computer    root
 - loadkeys loads a keymap              root
 - free     shows free amount of RAM
 - uptime   shows computer's uptime
 - run      runs a binary file
 - wf       writes text to a file

The shell also supports basic UNIX-like commands :
 ls, cd, cat, pwd, rm, mkdir

The terminal supports scrolling with shift+{up,pgdown,pgup}