How can you display you current Linux folder in Windows File Explorer?
Experience Level: Junior
Tags: WSL
Answer
From within WSL, execute
explorer.exe .
The dot in the end represents the current folder.
There is a second way how to achieve the same:
powershell.exe /c start .
Related WSL job interview questions
You use Docker integrated with WSL2. What best practice should you follow regarding location of source codes that you work on?
WSL JuniorHow do you integrate Docker with your WSL2 distro?
WSL JuniorHow can you access WSL from Windows?
WSL JuniorHow do you limit memory usage of WSL?
WSL JuniorWhat is a file .wslconfig good for?
WSL Junior