How to list in Windows Explorer the www directory of Linux/Ubuntu that runs on the Windows Subsystem for Linux (WSL) of Windows 10?

Asked

Viewed 115 times

-1

I need to list the files that are on var/www Ubuntu that runs on WSL, so you can make a file copy. How to view them by Windows Explorer so that an application running on Windows will copy such a file?

1 answer

0


First, it is not recommended to handle these folders on Windows Explorer. If you want to copy, move, edit or delete files from folder, you need to do it inside the bash with the line tools command. Only files that are in /mnt/* are actually manipulable in Windows Explorer. - https://superuser.com/a/1111092

Remote login is possible through SSH

Answering the question, the files can be viewed inside the folder Packages, inside the Appdata user directory. And this was recently modified, Windows 10 + WSL - Ubuntu 18.

C:\Users\NomedoUsuario\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs\

Browser other questions tagged

You are not signed in. Login or sign up in order to post.