Differences between Windows and Linux directories

Path delimiter

--** \ ** is used on Windows, but ** / ** is used on Linux.

Directory structure

--If you have two physical disks in your entire system, you can have two directory trees in Windows, but no matter how many disks you have in Linux, ** you have only one directory tree in your entire system ** Is a big difference. For this reason, when there are multiple disks, Linux uses a method of attaching the disks as directories somewhere under the root directory (this operation is called "mounting").

* There are some differences in the directory structure depending on the distribution.

Recommended Posts

Differences between Windows and Linux directories
A rough summary of the differences between Windows and Linux
Linux: files and directories
[Samba] File sharing between Linux and Windows machines
Linux (about files and directories)
Differences between yum commands and APT commands
(Windows10) Install Linux environment and gnuplot.
Differences between symbolic links and hard links
Differences between Python, stftime and strptime
Create private and public keys using ssh-keygen (difference between Windows 10 and Linux)
[UE4] Build DedicatedServer on Windows and Linux
Differences in authenticity between Python and JavaScript
Differences between Ruby and Python in scope
Install wsl2 and master linux on windows
Differences in syntax between Python and Java
Matplotlib Basics / Differences between fig and axes
Differences between Numpy 1D array [x] and 2D array [x, 1]
Differences in multithreading between Python and Jython
Differences between Django's request.POST ['hoge'] and request.POST.get ('hoge')
Differences between Ruby and Python (basic syntax)
Differences between queryStringParameters and multiValueQueryStringParameters in AWS Lambda
Summary of the differences between PHP and Python
Differences and commonalities between dict, list, and tuple types
How to switch between Linux and Mac shells
Linux (Bash) and Windows (PowerShell) command correspondence table
Differences between glibc, musl libc and go resolvers
What is the difference between Unix and Linux?
OS and Linux distribution
Linux (WSL) on Windows
Between parametric and nonparametric
Linux, Windows proxy settings
EP 3 Know the Differences Between bytes, str, and unicode
Flask automatically switches template directories between PC and mobile
Comparison of Windows Server and Free Linux to Commercial Linux
Linux (Bash) and Windows (Powershell) key binding correspondence table
Differences between numpy and pandas methods for finding variance
Comfortable LaTeX with Windows Subsystem for Linux and VS Code
I tried to enumerate the differences between java and python
Summary of Differences Between Ruby on Rails and Django ~ Basics ~
[Windows] RDP to Windows via Linux
Difference between process and job
CLI and Linux basic terms
Device and Linux file system
Correspondence between pandas and SQL
Conversion between unixtime and datetime
Install Python and Flask (Windows 10)
Difference between "categorical_crossentropy" and "sparse_categorical_crossentropy"
About LINUX files and processes
Difference between regression and classification
Collaboration between PTVS and Anaconda
Recording and playback on Linux
Connection between flask and sqlite3
Linux file and directory permissions
Linux on Windows -1-: debian introduction
Difference between np.array and np.arange
Difference between MicroPython and CPython
Cooperation between py2exe and setuptools
Boundary between C and Golang
Difference between ps a and ps -a
Use Linux on Windows 10 (WSL2)
Difference between return and print-Python