Commands in PC Operating Systems

Can you list common commands in DOS/Windows, Linux, and CP/M?
CP/M counts as a PC operating system because of CP/M-86.
One CP/M command is exclusive to CP/M-86.
All Windows commands are identical to their DOS equivalents.
Bonus: Name the creators of these operating systems.
Quiz by sumguy
Rate:
Last updated: March 10, 2019
You have not attempted this quiz yet.
First submittedDecember 4, 2016
Times taken42
Average score44.4%
Report this quizReport
4:00
Enter answer here
0
 / 36 guessed
The quiz is paused. You have remaining.
Scoring
You scored / = %
This beats or equals % of test takers also scored 100%
The average score is
Your high score is
Your fastest time is
Keep scrolling down for answers and more stats ...
Hint
CP/M
DOS
Linux
Duplicate one or more files
pip
copy
cp
Rename one or more files
ren
rename (ren)
mv
Relocate one or more files
 
move
mv
Delete one or more files
era
del (erase)
rm
Display a file's contents
type
type
cat
View and modify a file
ed
edit
ed
Display the contents of a folder
dir
dir
ls
Change active folder
user
chdir (cd)
cd
Create a folder
 
mkdir (md)
mkdir
Delete a folder
 
rmdir (rd)
rmdir
Partition a disk
 
fdisk
fdisk
Format a disk
newdisk
format
mkfs
Check filesystem
 
chkdsk
fsck
Copy an entire disk to another disk
copydisk
diskcopy
dd
Creator
CP/M
Gary Kildall
DOS
Tim Paterson
Linux
Linus Torvalds
+1
Level 22
Dec 13, 2018
Shouldn't it be 'cat' instead of 'more' on Linux for displaying a file's content? More is used for display output of a command in pages both on Linux/Windows and other Unix-like operating systems.
+1
Level 84
Dec 13, 2018
Yes, you're absolutely right. That's embarrassing. I had actually intended to take another look at this quiz, having just completed a Linux course in college, but thanks for catching it before I did.

Since correcting the answer reset the stats anyway, I've added two more questions.