Stefan Walter wrote:
Larry Hall (Cygwin) schrieb:
Stefan Walter wrote:
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?
Read the section about NT security in the User's Guide
<http://cygwin.com/cygwin-ug-net/ntsec.html> and then try setting
'nontsec'
in your CYGWIN environment variable
<http://cygwin.com/cygwin-ug-net/using-cygwinenv.html>.
That was a great hint.
I tried it now with "CYGWIN=nontsec tty" and the permission are as i
wanted it.
One more question with that. In the guides for "sshd" they always
recommend "CYGWIN=ntsec tty". Do you expect a problem if i run with
nontsec?
Beyond the loss of the POSIX permissions, no. You should check your
'sshd_config' file and make sure 'StrictModes' is set to 'no' though.
'tty' is not required for 'sshd'
--
Larry Hall http://www.rfk.com
RFK Partners, Inc. (508) 893-9779 - RFK Office
216 Dalton Rd. (508) 893-9889 - FAX
Holliston, MA 01746
_____________________________________________________________________
A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?
--
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/