Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

open WSL folder in windows explorer

#go to network explorer and type below

wsl$
Comment

wsl windows directory

wsl$
Comment

where is wsl folder in windows

%LOCALAPPDATA%PackagesCanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgscLocalState
ootfs
Comment

wsl directory

C:Users<username>AppDataLocalPackages
Comment

mount a folder from windows inside wsl

# <file system> <dir> <type> <options> <dump> <pass>
C: /mnt/c drvfs rw,noatime,uid=1000,gid=1000,case=off,umask=0027,fmask=0137, 0 0
/mnt/c/directory/for/mount /where/to/mount none bind,default 0 0
Comment

PREVIOUS NEXT
Code Example
Shell :: initialize github repository 
Shell :: bash delete swap file 
Shell :: install wordpress on ubuntu 20.04 
Shell :: find in files ubuntu 
Shell :: osx kill process on port 
Shell :: install activitywatch ubunut 
Shell :: how do I list all my packages on arch linux 
Shell :: gem uninstall version specific 
Shell :: how to config username and email in git 
Shell :: clamav scan system 
Shell :: changing master to main 
Shell :: kill all process linux 
Shell :: git checkout previous commit HEAD 
Shell :: conda install paraview 
Shell :: to import sass files you first need to install node-sass. react 
Shell :: git pull from another repository 
Shell :: change local branch name 
Shell :: navigate to folder mac1 
Shell :: how to access mongo shell 
Shell :: test if file is executable bash 
Shell :: react icons installation through npm 
Shell :: How to use Github Personal Access Token in Jenkins 
Shell :: How To Print The Username Of PC User On Batch Script 
Shell :: gitignore file without extension 
Shell :: tsc: command not found on arch 
Shell :: how to open appimage in linux 
Shell :: install passport local 
Shell :: how to check if helm is installed 
Shell :: kubectl commands 
Shell :: ubuntu permission all file in folder 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =