what is the Differences between Windows and Linux
Differences between Windows and Linux :
*In windows files are stored in folders in different drives like C: D: E:.
*In Linux files are stored in a tree structure starting with a root directory (/).
* In Windows, you cannot have 2 files with the same name in the same folder.
* While in Linux, you can have 2 files with the same name in the same directory, provided they use different cases.
No comments