summaryrefslogtreecommitdiff
path: root/Source/Applications/Shell/Help.txt
blob: c1209cfc80d3de3c9b650bd1a477db14f4739746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	** 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 new 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}