You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found an odd thing, somehow I'm not sure this is a bug or not.
Platform: Windows 10 x86_64 Education, Version 1607, Build 14393.10, developer mode with Windows Subsystem for Linux
Version status: 160724 stable
Detail: As I opened cmder.exe and run command bash, I went into Windows Bash on Ubuntu, and run mkdir testdir, then I got a dir with privilege rwxrwxrwx, which is 777. However when I run bash from cmd.exe and did the same operation, I got a dir with privilege 755.
This caused me a mess of work to deal with. I think it should be fixed in future's version.
The text was updated successfully, but these errors were encountered:
I just found an odd thing, somehow I'm not sure this is a bug or not.
bash
, I went into Windows Bash on Ubuntu, and runmkdir testdir
, then I got a dir with privilegerwxrwxrwx
, which is 777. However when I run bash from cmd.exe and did the same operation, I got a dir with privilege 755.This caused me a mess of work to deal with. I think it should be fixed in future's version.
The text was updated successfully, but these errors were encountered: