Common Linux commands and their Windows equivalent.
-
List Files and Directories:
- Linux:
ls
- Windows:
dir
- Linux:
-
Change Directory:
- Linux:
cd
- Windows:
cd
- Linux:
-
Print Working Directory:
- Linux:
pwd
- Windows:
cd
- Linux:
-
Copy Files:
- Linux:
cp
- Windows:
copy
- Linux:
-
Move Files:
- Linux:
mv
- Windows:
move
- Linux:
-
Remove Files:
- Linux:
rm
- Windows:
del
- Linux:
-
Create Directory:
- Linux:
mkdir
- Windows:
mkdir
- Linux:
-
Remove Directory:
- Linux:
rmdir
- Windows:
rmdir
- Linux:
-
File Content:
- Linux:
cat
- Windows:
type
- Linux:
-
File Editor:
- Linux:
nano
,vim
- Windows:
edit
- Linux: