How to know Windows vs Linux (differentiate)

Опубликовано: 30 Март 2026
на канале: Deeper Coders
5
0

Windows,
Dll ,
Not open source,
User friendly,
GUI Application,
Windows,
Package install,
C:/windows/system32, this path contain command that will be used in command prompt,
Windows server through .exe file,

Linux ,
NO DLL,
Open source,
Not User friendly,
Command line application,
Root,
Apt-get install python,
Root/bin/ this path contain command that will be used in terminal,
Linux server in command line,