“So suchen Sie die Datei auf WSL” Code-Antworten

Wo befindet sich der WSL -Ordner in Windows?

%LOCALAPPDATA%\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs
Quaint Quetzal

So suchen Sie die Datei auf WSL

You can access your local machine using Windows Linux subsystem by accessing mnt folder in the root directory of the bash.
Just type, cd / 
-- this will get you to the root folder.
Then type, cd mnt
-- this will get you inside the mnt directory
Then type, ls -ltr
-- this will list down the drives in your local computer. From here yo can access anything you want on your local computer.
Naughty Newt

So suchen Sie die Datei auf WSL

Make sure you have locate/updatedb installed (or mlocate/updatedb, or plocate/updatedb).
Assuming you have updatedb set to run in cron on some regular basis...
Type, locate [portion_of_filename]
i.e. # locate bashrc
     or
     # locate bash_alias
Or, using regular expressions, type locate -r [regex]
i.e. # locate -r bash.*alias
     or
     # locate -r .*rc
You can also ignore case, type locate -i [-r] [filename]
i.e. # locate -ir xdefaults
Foolish Finch

Ähnliche Antworten wie “So suchen Sie die Datei auf WSL”

Fragen ähnlich wie “So suchen Sie die Datei auf WSL”

Weitere verwandte Antworten zu “So suchen Sie die Datei auf WSL” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen