where can I find the GUI of the ubuntu home directory which is installed from Windows 10 Microsoft store.
how can I move the files present in the C directory of windows 10 to one of the directory in the ubuntu
where can I find the GUI of the ubuntu home directory which is installed from Windows 10 Microsoft store.
how can I move the files present in the C directory of windows 10 to one of the directory in the ubuntu
The /home directory of "Bash of Ubuntu on Windows 10" is, from the W10 point of view, something like :
%LOCALAPPDATA%\Packages\CanonicalGroupLimited.UbuntuonWindows*\LocalState\rootfs\home
with
LOCALAPPDATA=C:\Users\<myself>\AppData\Local
/home/[youruserid]
. There you will find a number of sorted default folders such asDocuments
,Videos
,Download
,Pictures
, etc. – L. D. James Jul 21 '18 at 17:19