Skip to content

Commands

Dan-Baba edited this page Oct 25, 2017 · 11 revisions

ver

Usage: ver
Description: Displays the current version of the operating system.

date

Usage: date (optional formatting)
Description: Displays the current date and time, if optional formatting is present and valid it will display the date formatted in the specified way.
Optional Formatting Valid Characters:

Letter Date or Time Component Presentation Examples
G Era designator Text AD
y Year Year 1996; 96
M Month in year Month July; Jul; 07
w Week in year Number 27
W Week in month Number 2
D Day in year Number 189
d Day in month Number 10
F Day of week in month Number 2
E Day in week Text Tuesday; Tue
a Am/pm marker Text PM
H Hour in day (0-23) Number 0
k Hour in day (1-24) Number 24
K Hour in am/pm (0-11) Number 0
h Hour in am/pm (1-12) Number 12
m Minute in hour Number 30
s Second in minute Number 55
S Millisecond Number 978
z Time zone General time zone Pacific Standard Time; PST; GMT-08:00
Z Time zone RFC 822 time zone -0800

whereami

Usage: whereami
Description: Displays your current location in the system.

rot13

Usage: rot13 (message)
Description: Encrypts the message you provide via rot13 method.

status

Usage: status (message)
Description: Sets the system message in the task bar to the supplied message.

bsod

Usage: bsod (reason)
Description: Causes OS to halt and display the blue screen of death. Will display reason for screen.

load

Usage: load
Description: Loads provided program into main memory. Will verify program is valid first.

run

Usage: run (pid to run)
Description: Runs the process identified by the PID provided if it has already been loaded into main memory.

top

Usage: top
Description: Displays all processes that are loaded into memory right now.

clearmem

Usage: clearmem
Description: Kills any active process and frees up all memory segments.

kill

Usage: kill <pid | int>
Description: Kills process specified by PID provided if it's loaded.

quantum

Usage: quantum <quantum value | int>
Description: Changes the round robin scheduling to use the quantum provided.

Clone this wiki locally