You can access the file systems, both read and write.
In linux they are mounted under /mnt/c etc (at least in debian). And from Windows you can access the linux mounts via a smb share.
And it is basically a complete linux installation running in a virtualisation container except X11. You can install whatever you want and run it. For the most part it is seamlessly forwarded to your host system as well, so if you run a webserver in WSL you can access it through localhost.
You can access the file systems, both read and write.
In linux they are mounted under
/mnt/c
etc (at least in debian). And from Windows you can access the linux mounts via a smb share.And it is basically a complete linux installation running in a virtualisation container except X11. You can install whatever you want and run it. For the most part it is seamlessly forwarded to your host system as well, so if you run a webserver in WSL you can access it through localhost.