gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] Windows status line: Script must have permissions "06


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] Windows status line: Script must have permissions "0600"
Date: Mon, 9 May 2011 11:25:50 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun, May 08, 2011 at 09:57:57AM -0700, LuisCapriles wrote:

> I read that the "\scripts\hook_script.py" must have 0600 permission.  But I
> am on a Windows XP environment so I do not know if this setting is posible. 

Let's find out:

- please create a file named "readonly" in your home dir
- set its permissions to
        - only read
        - only by you (you seem to be running as user "SYSTEM")
- run the Python interpreter from your home dir
- post the output of:

        import os, stat
        stat.S_IMODE(os.stat('readonly').st_mode)
        oct(stat.S_IMODE(os.stat('readonly').st_mode))

Karsten
-- 
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



reply via email to

[Prev in Thread] Current Thread [Next in Thread]