We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample cmd session:
C:\Windows\System32> cd C:\ C:> mkdir a C:> cd a C:> mkdir _ C:> mklink /J junc _ Junction created for junc <<===>> _ C:> mklink sym _ symbolic link created for sym <<===>> _ C:> chcp 65001 Active code page: 65001 C:> bash root@foo_computer:/mnt/c/a# ls -la ls: cannot access 'junc': Input/output error ls: cannot access 'sym': Input/output error total 40 drwxrwxrwx 2 root root 0 Apr 28 18:24 _ drwxrwxrwx 2 root root 0 Apr 28 18:24 . drwxrwxrwx 2 root root 0 Apr 28 18:24 .. d????????? ? ? ? ? ? junc -????????? ? ? ? ? ? sym
The text was updated successfully, but these errors were encountered:
Looks like #201 dup.
Sorry, something went wrong.
No branches or pull requests
Sample cmd session:
The text was updated successfully, but these errors were encountered: