Basic commands

From OpenComputers: Rebooted
Revision as of 08:08, 24 August 2026 by imported>OCDoc Import (Imported from legacy OpenComputers documentation at ocdoc.cil.li)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Here are some basic commands if anyone needs to know and also what they do.

Windows / OC - Description:

cd / cd - Changes directory

copy / cp - Copies a file (use -r to copy all files in current directory)

del / rm - Deletes a file or folder

dir / ls - Displays files and folders in current directly (use -a to show files/folders with a . in the front too)

mkdir / mkdir - Makes a directory

move / mv - Moves a file

shutdown / shutdown - Turns off a computer

OC Command - Description:

edit - Opens up a text editor for a file

man - Shows help for a file (if made)

label - Relabels/labels the floppy/HDD

reboot - Reboots the computer

cls / clear - Clears the screen