If you redirect output in cmd.exe to a file (echo "Hello world..." >output.txt), then the file "output.txt" have the file permissions inherited from the parent folder.

If you redirect output in bash.exe to a file, then the file permissions are restricted.

I need this solved, because the current given permission conflict with the Microsoft DFSr.

Is there a way to create files with permissions inherited from parent folder?

Regards Stefan

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to