CHMOD propblem !!!

2001-12-31 Thread JOSE (GRI)
Hi! I can't change permissions using chmod (chmod: changing permissions of `a.txt': Permission denied).Although I am the owner of the file. I have set CYGWIN=ntsec, and run "mkpasswd -l -g > passwd" and "mkgroup -l > group" to set up passwords and groups. What am I doing wrong? Thanks. -- Uns

Re: CHMOD propblem !!!

2001-12-31 Thread Pavel Tsekov
Are you running Windows NT or alike (Win2000 or XP) ? Did you restart you bash session after setting the CYGWIN variable ? JOSE (GRI) wrote: > Hi! > I can't change permissions using chmod (chmod: changing permissions of > `a.txt': Permission denied).Although I am the owner of the file. > > I ha

Re: CHMOD propblem !!!

2001-12-31 Thread JOSE (GRI)
> What is your file systemfilesystem - NTFS or FAT ? NTFS > Can you attach an > output of sample session in which you cant change the file > permissions ? C:\> ls -l a.txt -rwxr-xr-x1 jose Administ7 Dec 31 09:48 a.txt C:\>chmod 777 a.txt chmod: changing permissions of `a.txt':

Re: CHMOD propblem !!!

2001-12-31 Thread Pavel Tsekov
I'm out of ideas :( Have you tried chmod-ing from the bash shell ? Can you post the output of "cygcheck -r -s -v" ? JOSE (GRI) wrote: >>What is your file systemfilesystem - NTFS or FAT ? >> > > NTFS > > > >>Can you attach an >>output of sample session in which you cant change the file >>perm

Re: CHMOD propblem !!!

2002-01-02 Thread JOSE (GRI)
> I'm out of ideas :( Have you tried chmod-ing from the bash shell ? > Can you post the output of "cygcheck -r -s -v" ? Cygnus Win95/NT Configuration Diagnostics Current System Time: Wed Jan 02 08:50:20 2002 Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 2 Path: D:\PERL\BIN C:\WIN

Re: CHMOD propblem !!!

2002-01-02 Thread Robert Collins
=== - Original Message - From: "JOSE (GRI)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 7:53 PM Subject: Re: CHMOD propblem !!! > > > I'm out of ideas :( Have you tried chmod-ing from the bash shell ? > > Can

Re: CHMOD propblem !!!

2002-01-02 Thread JOSE (GRI)
eso al usuario especificado. Se pueden usar comodines para especificar más de un archivo en el comando. Puede especificar más de un usuario en el comando. Robert Collins ha escrito: > === > - Original Message - > From: "JOSE (GRI)" <[EMAIL PROTECTED]> > To: <[EM

Re: CHMOD propblem !!!

2002-01-02 Thread Robert Collins
- Original Message - From: "JOSE (GRI)" <[EMAIL PROTECTED]> > > > I'm out of ideas :( Have you tried chmod-ing from the bash shell ? > > Yes: Thank you. > > C:\>CACLS You missed the '.' "CACLS ." Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: CHMOD propblem !!!

2002-01-02 Thread JOSE (GRI)
>> C:\>CACLS C:\>CACLS . C:\ BUILTIN\Administradores:(OI)(CI)F PC3\jose:(OI)(CI)F Todos:(OI)(CI)F -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: CHMOD propblem !!!

2002-01-02 Thread Robert Collins
=== - Original Message - From: "JOSE (GRI)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 8:20 PM Subject: Re: CHMOD propblem !!! > > >> C:\>CACLS > > C:\>CACLS . > C:\ BUILTIN\Administradores:(OI)(CI)F &g

Re: CHMOD propblem !!!

2002-01-02 Thread JOSE (GRI)
>> Can you show CACLS C:\>CACLS p.txt C:\p.txt PC3\jose:(OI)(CI)F Todos:(OI)(CI)F >> I recall Corinna suggesting ls -ln in the past - please show that for the failing file too. C:\>ls -ln p.txt -rwxrwxrwx1 1000 513 393 Sep 17 16:19 p.txt >> And perhaps cat /etc/pa

RE: CHMOD propblem !!!

2002-01-02 Thread Jon Leichter
- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of JOSE (GRI) > Sent: Wednesday, January 02, 2002 12:54 AM > To: [EMAIL PROTECTED] > Subject: Re: CHMOD propblem !!! > > > I'm out of ideas :( Have you tried chmod-ing from the bash shell ? > > Can yo