This is the mail archive of the
cygwin
mailing list for the Cygwin project.
File permissions questions
- From: Pekka Niiranen <pekka dot niiranen at wlanmail dot com>
- To: cygwin at cygwin dot com
- Date: Tue, 19 Apr 2005 22:42:16 +0300
- Subject: File permissions questions
Hi,
I am running the latest Cygwin on Windows 2000
and have the following problems.
I start windows program from Bash shell script and
the windows program creates a file.
The permissions of the created file become "d---------"
after which I cannot access it from Bash script itself.
I have not managed to find out what happens here (I have 'ntsec' set)
but is there a way to make Cygwin to use only W2K's
file permissions and ignore the unix type of
access rights drwxrwxrwx?
Another problem: if I use explorer to create file to directory
it shows in Bash as:
-rwxrwxrwx 1 Administrators None 0 Apr 19 22:33 New Text Document.txt*
However, I am logged locally in as "pekka" into windows and command "id"
at Bash shows
uid=1000(pekka) gid=544(Administrators)\
groups=0(root),513(None),544(Administrators),545(Users)
These 2 lines are from /etc/passwd:
Administrator:unused_by_nt/2000/xp:500:544:(deleted):/home/Administrator:\
/bin/bash
pekka:unused_by_nt/2000/xp:1000:544:(deleted):/cygdrive/c/home/cygwin:/\
bin/bash
Why is the new file not created as owner 'pekka' and
group 'Administrators'?
-pekka-
--
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/