public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: CHMOD - Still having problems !!
@ 2002-02-07  6:37 Turner, Nicholas
  0 siblings, 0 replies; 4+ messages in thread
From: Turner, Nicholas @ 2002-02-07  6:37 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'


As a note to this mail I also get the message :

chmod: changing permissions of `tmp': Permission denied

Regard,


Nick.
>  -----Original Message-----
> From: 	Turner, Nicholas  
> Sent:	07 February 2002 14:24
> To:	'cygwin@cygwin.com'
> Subject:	CHMOD - Still having problems !!
> 
> Hi,
> 
> 	I have checked the cygwin mailing lists and read the relevant docs
> but still have problem getting chmod to work on my NT4 SP6 PC.
> 
> I have set the cygwin environment variable as below:
> 
> $ cat cygwin.bat
> @echo off
> D:
> chdir \Program Files\Cygnus\bin
> set CYGWIN=binmode ntsec tty
> set PATH=d:/Progra~!/Cygnus/bin
> set HOME=d:/Progra~1/Cygnus/home
> set VISUAL=notepad
> set EDITOR=notepad
> bash --login -i
> 
> Now whenever I 'touch' a file, e.g. 
> 
> 	touch test.file
> 
> ...the permissions are set thus
> 
> N_Turner@PC435 ~/temp
> $ touch tmp
> 
> N_Turner@PC435 ~/temp
> $ ls -l
> total 0
> -rwxrwxrwx    1 N_Turner Administ        0 Feb  7 14:22 tmp
> 
> Do anybody have any idea why this is ? I hope I haven't missed something
> in the setup. By the way I'm using version 1.3.9.
> 
> Help and advice much appraciated,
> Nicholas Turner
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CHMOD - Still having problems !!
       [not found] <20BF6965E809D6119DC0009027E34A122534DC@mail.imserv.invensys.com>
@ 2002-02-07  8:51 ` Pavel Tsekov
  0 siblings, 0 replies; 4+ messages in thread
From: Pavel Tsekov @ 2002-02-07  8:51 UTC (permalink / raw)
  To: Turner, Nicholas; +Cc: cygwin

Umm... Are you sure you're not running any other
cygwin application before you start cygwin.bat ?
Something like OpenSSH ? Can you provide the
output of cygcheck -r -s -v ?

Turner, Nicholas wrote:

> Hi,
> 
> I'm using NTFS
> 
> 
>> -----Original Message-----
>>From: 	Pavel Tsekov <ptsekov@syntrex.com>  
>>Sent:	07 February 2002 14:40
>>To:	Turner, Nicholas
>>Cc:	'cygwin@cygwin.com'
>>Subject:	Re: CHMOD - Still having problems !!
>>
>>Do you use NTFS or FAT ?
>>
>>Turner, Nicholas wrote:
>>
>>
>>>Hi,
>>>
>>>	I have checked the cygwin mailing lists and read the relevant docs
>>>but still have problem getting chmod to work on my NT4 SP6 PC.
>>>
>>>I have set the cygwin environment variable as below:
>>>
>>>$ cat cygwin.bat
>>>@echo off
>>>D:
>>>chdir \Program Files\Cygnus\bin
>>>set CYGWIN=binmode ntsec tty
>>>set PATH=d:/Progra~!/Cygnus/bin
>>>set HOME=d:/Progra~1/Cygnus/home
>>>set VISUAL=notepad
>>>set EDITOR=notepad
>>>bash --login -i
>>>
>>>Now whenever I 'touch' a file, e.g.
>>>
>>>	touch test.file
>>>
>>>...the permissions are set thus
>>>
>>>N_Turner@PC435 ~/temp
>>>$ touch tmp
>>>
>>>N_Turner@PC435 ~/temp
>>>$ ls -l
>>>total 0
>>>-rwxrwxrwx    1 N_Turner Administ        0 Feb  7 14:22 tmp
>>>
>>>Do anybody have any idea why this is ? I hope I haven't missed something
>>>
>>in
>>
>>>the setup. By the way I'm using version 1.3.9.
>>>
>>



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CHMOD - Still having problems !!
  2002-02-07  6:24 Turner, Nicholas
@ 2002-02-07  6:39 ` Pavel Tsekov
  0 siblings, 0 replies; 4+ messages in thread
From: Pavel Tsekov @ 2002-02-07  6:39 UTC (permalink / raw)
  To: Turner, Nicholas; +Cc: 'cygwin@cygwin.com'

Do you use NTFS or FAT ?

Turner, Nicholas wrote:

> Hi,
> 
> 	I have checked the cygwin mailing lists and read the relevant docs
> but still have problem getting chmod to work on my NT4 SP6 PC.
> 
> I have set the cygwin environment variable as below:
> 
> $ cat cygwin.bat
> @echo off
> D:
> chdir \Program Files\Cygnus\bin
> set CYGWIN=binmode ntsec tty
> set PATH=d:/Progra~!/Cygnus/bin
> set HOME=d:/Progra~1/Cygnus/home
> set VISUAL=notepad
> set EDITOR=notepad
> bash --login -i
> 
> Now whenever I 'touch' a file, e.g. 
> 
> 	touch test.file
> 
> ...the permissions are set thus
> 
> N_Turner@PC435 ~/temp
> $ touch tmp
> 
> N_Turner@PC435 ~/temp
> $ ls -l
> total 0
> -rwxrwxrwx    1 N_Turner Administ        0 Feb  7 14:22 tmp
> 
> Do anybody have any idea why this is ? I hope I haven't missed something in
> the setup. By the way I'm using version 1.3.9.



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* CHMOD - Still having problems !!
@ 2002-02-07  6:24 Turner, Nicholas
  2002-02-07  6:39 ` Pavel Tsekov
  0 siblings, 1 reply; 4+ messages in thread
From: Turner, Nicholas @ 2002-02-07  6:24 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

Hi,

	I have checked the cygwin mailing lists and read the relevant docs
but still have problem getting chmod to work on my NT4 SP6 PC.

I have set the cygwin environment variable as below:

$ cat cygwin.bat
@echo off
D:
chdir \Program Files\Cygnus\bin
set CYGWIN=binmode ntsec tty
set PATH=d:/Progra~!/Cygnus/bin
set HOME=d:/Progra~1/Cygnus/home
set VISUAL=notepad
set EDITOR=notepad
bash --login -i

Now whenever I 'touch' a file, e.g. 

	touch test.file

...the permissions are set thus

N_Turner@PC435 ~/temp
$ touch tmp

N_Turner@PC435 ~/temp
$ ls -l
total 0
-rwxrwxrwx    1 N_Turner Administ        0 Feb  7 14:22 tmp

Do anybody have any idea why this is ? I hope I haven't missed something in
the setup. By the way I'm using version 1.3.9.

Help and advice much appraciated,
Nicholas Turner


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-02-07 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-07  6:37 CHMOD - Still having problems !! Turner, Nicholas
     [not found] <20BF6965E809D6119DC0009027E34A122534DC@mail.imserv.invensys.com>
2002-02-07  8:51 ` Pavel Tsekov
  -- strict thread matches above, loose matches on Subject: below --
2002-02-07  6:24 Turner, Nicholas
2002-02-07  6:39 ` Pavel Tsekov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).