-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Usage: ver
Description: Displays the current version of the operating system.
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 |
Usage: whereami
Description: Displays your current location in the system.
Usage: rot13 (message)
Description: Encrypts the message you provide via rot13 method.
Usage: status (message)
Description: Sets the system message in the task bar to the supplied message.
Usage: bsod (reason)
Description: Causes OS to halt and display the blue screen of death. Will display reason for screen.
Usage: load
Description: Loads provided program into main memory. Will verify program is valid first.
Usage: run (pid to run)
Description: Runs the process identified by the PID provided if it has already been loaded into main memory.
Usage: top
Description: Displays all processes that are loaded into memory right now.
Usage: clearmem
Description: Kills any active process and frees up all memory segments.
Usage: kill <pid | int>
Description: Kills process specified by PID provided if it's loaded.
Usage: quantum <quantum value | int>
Description: Changes the round robin scheduling to use the quantum provided.