Claudimon Project Download | Documentation | About
Command Reference

Every command currently understood by the Claudimon shell, grouped by category.

System
CommandDescription
helpList every available command
clearClear the screen
logoShow the Claudimon boot logo
infoKernel, bootloader, and driver summary
memTotal RAM and key memory addresses
cpuCPU vendor string, read via cpuid
versionCurrent kernel version
shutdownPower off the machine (alias: close)
rebootRestart back into GRUB
Filesystem
CommandDescription
lsList the current directory
cd <name>Change directory, cd .. goes up
pwdPrint the current path
mkdir <name>Create a directory
touch <file> <text>Create a file with content
cat <file>Print a file's contents
edit <file>Open the full screen text editor
Input and appearance
CommandDescription
keyboardList available keyboard layouts
keyboard <n>Switch layout (0 through 6)
themeList colour themes
theme <n>Apply a theme (0 through 4)
colorShow the full 16 colour VGA palette
Sound and misc
CommandDescription
beepA short, single beep
play <hz>Play a tone at a given frequency
jinglePlay the boot jingle
calc <a> <op> <b>Basic arithmetic: + - * /
echo <text>Print text back to the screen
historyShow your last 10 commands
Editor shortcuts

Once inside edit <file>, type normally to insert text. A few keys are reserved:

BackspaceDelete the character before the cursor
Ctrl+SSave the file to disk
Ctrl+QQuit the editor and return to the shell