PC Review


Reply
 
 
Larry H
Guest
Posts: n/a
 
      19th Jan 2004
How (where?) do I change the settings on a Windows 2000
Server useing IIS so that the CHMOD command is allowed to
change the permissions for a folder in the wwwroot
subdirectory?
TIA
 
Reply With Quote
 
 
 
 
Joe Griffin [MSFT]
Guest
Posts: n/a
 
      19th Jan 2004
Are you saying that the POSIX utilites have been installed and do not work?
Or, are you indicating that the web server has been hacked and you need to
remove files with invalid file names?
These articles may help:
http://support.microsoft.com/default...B;EN-US;312148
http://support.microsoft.com/default...B;EN-US;315226

Joe Griffin [MS]
Windows 2000 Server Setup Team

--
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "Larry H" <(E-Mail Removed)>
Sender: "Larry H" <(E-Mail Removed)>
Subject: CHMOD
Date: Mon, 19 Jan 2004 08:42:48 -0800
Lines: 5
Message-ID: <084101c3deab$457cda50$(E-Mail Removed)>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcPeq0V89S5DR+yITSWxDP5pRBU97g==
Newsgroups: microsoft.public.win2000.file_system
Path: cpmsftngxa07.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.win2000.file_system:16648
NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165
X-Tomcat-NG: microsoft.public.win2000.file_system

How (where?) do I change the settings on a Windows 2000
Server useing IIS so that the CHMOD command is allowed to
change the permissions for a folder in the wwwroot
subdirectory?
TIA

 
Reply With Quote
 
Larry H
Guest
Posts: n/a
 
      19th Jan 2004
Joe, I am using CuteFTP to upload Formmail.pl to the
root/cgi-bin folder on the web server running IIS. Also
via CuteFTP, I need to send the command CHMOD 755 to the
web server. I get the message "500 'Site CHMOD 755
Formmail.pl': command not understood. So I need to
change the permissions of the /root/cgi-bin folder.
Thanks again.
>-----Original Message-----
>Are you saying that the POSIX utilites have been

installed and do not work?
>Or, are you indicating that the web server has been

hacked and you need to
>remove files with invalid file names?
>These articles may help:
>http://support.microsoft.com/default.aspx?scid=KB;EN-

US;312148
>http://support.microsoft.com/default.aspx?scid=KB;EN-

US;315226
>
>Joe Griffin [MS]
>Windows 2000 Server Setup Team
>
>--
>This posting is provided "AS IS" with no warranties, and

confers no rights.
>
>--------------------
>Content-Class: urn:content-classes:message
>From: "Larry H" <(E-Mail Removed)>
>Sender: "Larry H" <(E-Mail Removed)>
>Subject: CHMOD
>Date: Mon, 19 Jan 2004 08:42:48 -0800
>Lines: 5
>Message-ID: <084101c3deab$457cda50$(E-Mail Removed)>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>Thread-Index: AcPeq0V89S5DR+yITSWxDP5pRBU97g==
>Newsgroups: microsoft.public.win2000.file_system
>Path: cpmsftngxa07.phx.gbl
>Xref: cpmsftngxa07.phx.gbl

microsoft.public.win2000.file_system:16648
>NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165
>X-Tomcat-NG: microsoft.public.win2000.file_system
>
>How (where?) do I change the settings on a Windows 2000
>Server useing IIS so that the CHMOD command is allowed

to
>change the permissions for a folder in the wwwroot
>subdirectory?
>TIA
>

 
Reply With Quote
 
Joe Griffin [MSFT]
Guest
Posts: n/a
 
      19th Jan 2004
OK.
However, I need to make this a simple issue. And if you don't mind, I
would like to start from the beginning.

First, do the posix commands work on the server in question. These
commands do not work natively on a Windows 2000 Server.

If you need to run full-featured UNIX tools in Windows, please obtain the
Microsoft Windows Services For Unix:

http://www.microsoft.com/windows2000/sfu

Joe Griffin
--
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "Larry H" <(E-Mail Removed)>
Sender: "Larry H" <(E-Mail Removed)>
References: <084101c3deab$457cda50$(E-Mail Removed)>
<(E-Mail Removed)>
Subject: RE: CHMOD
Date: Mon, 19 Jan 2004 11:43:42 -0800
Lines: 55
Message-ID: <0b3d01c3dec4$8b237960$(E-Mail Removed)>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcPexIsjjQY94W8jSiKqBi5kxEsHpQ==
Newsgroups: microsoft.public.win2000.file_system
Path: cpmsftngxa07.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.win2000.file_system:16668
NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
X-Tomcat-NG: microsoft.public.win2000.file_system

Joe, I am using CuteFTP to upload Formmail.pl to the
root/cgi-bin folder on the web server running IIS. Also
via CuteFTP, I need to send the command CHMOD 755 to the
web server. I get the message "500 'Site CHMOD 755
Formmail.pl': command not understood. So I need to
change the permissions of the /root/cgi-bin folder.
Thanks again.
>-----Original Message-----
>Are you saying that the POSIX utilites have been

installed and do not work?
>Or, are you indicating that the web server has been

hacked and you need to
>remove files with invalid file names?
>These articles may help:
>http://support.microsoft.com/default.aspx?scid=KB;EN-

US;312148
>http://support.microsoft.com/default.aspx?scid=KB;EN-

US;315226
>
>Joe Griffin [MS]
>Windows 2000 Server Setup Team
>
>--
>This posting is provided "AS IS" with no warranties, and

confers no rights.
>
>--------------------
>Content-Class: urn:content-classes:message
>From: "Larry H" <(E-Mail Removed)>
>Sender: "Larry H" <(E-Mail Removed)>
>Subject: CHMOD
>Date: Mon, 19 Jan 2004 08:42:48 -0800
>Lines: 5
>Message-ID: <084101c3deab$457cda50$(E-Mail Removed)>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>Thread-Index: AcPeq0V89S5DR+yITSWxDP5pRBU97g==
>Newsgroups: microsoft.public.win2000.file_system
>Path: cpmsftngxa07.phx.gbl
>Xref: cpmsftngxa07.phx.gbl

microsoft.public.win2000.file_system:16648
>NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165
>X-Tomcat-NG: microsoft.public.win2000.file_system
>
>How (where?) do I change the settings on a Windows 2000
>Server useing IIS so that the CHMOD command is allowed

to
>change the permissions for a folder in the wwwroot
>subdirectory?
>TIA
>


 
Reply With Quote
 
Larry H
Guest
Posts: n/a
 
      20th Jan 2004
Joe, thank you very much. This is exactly what I needed.

>-----Original Message-----
>OK.
>However, I need to make this a simple issue. And if you

don't mind, I
>would like to start from the beginning.
>
>First, do the posix commands work on the server in

question. These
>commands do not work natively on a Windows 2000 Server.
>
>If you need to run full-featured UNIX tools in Windows,

please obtain the
>Microsoft Windows Services For Unix:
>
>http://www.microsoft.com/windows2000/sfu
>
>Joe Griffin
>--
>This posting is provided "AS IS" with no warranties, and

confers no rights.
>
>--------------------
>Content-Class: urn:content-classes:message
>From: "Larry H" <(E-Mail Removed)>
>Sender: "Larry H" <(E-Mail Removed)>
>References: <084101c3deab$457cda50$(E-Mail Removed)>
><(E-Mail Removed)>
>Subject: RE: CHMOD
>Date: Mon, 19 Jan 2004 11:43:42 -0800
>Lines: 55
>Message-ID: <0b3d01c3dec4$8b237960$(E-Mail Removed)>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>Thread-Index: AcPexIsjjQY94W8jSiKqBi5kxEsHpQ==
>Newsgroups: microsoft.public.win2000.file_system
>Path: cpmsftngxa07.phx.gbl
>Xref: cpmsftngxa07.phx.gbl

microsoft.public.win2000.file_system:16668
>NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
>X-Tomcat-NG: microsoft.public.win2000.file_system
>
>Joe, I am using CuteFTP to upload Formmail.pl to the
>root/cgi-bin folder on the web server running IIS. Also
>via CuteFTP, I need to send the command CHMOD 755 to the
>web server. I get the message "500 'Site CHMOD 755
>Formmail.pl': command not understood. So I need to
>change the permissions of the /root/cgi-bin folder.
>Thanks again.
>>-----Original Message-----
>>Are you saying that the POSIX utilites have been

>installed and do not work?
>>Or, are you indicating that the web server has been

>hacked and you need to
>>remove files with invalid file names?
>>These articles may help:
>>http://support.microsoft.com/default.aspx?scid=KB;EN-

>US;312148
>>http://support.microsoft.com/default.aspx?scid=KB;EN-

>US;315226
>>
>>Joe Griffin [MS]
>>Windows 2000 Server Setup Team
>>
>>--
>>This posting is provided "AS IS" with no warranties,

and
>confers no rights.
>>
>>--------------------
>>Content-Class: urn:content-classes:message
>>From: "Larry H" <(E-Mail Removed)>
>>Sender: "Larry H" <(E-Mail Removed)>
>>Subject: CHMOD
>>Date: Mon, 19 Jan 2004 08:42:48 -0800
>>Lines: 5
>>Message-ID: <084101c3deab$457cda50$(E-Mail Removed)>
>>MIME-Version: 1.0
>>Content-Type: text/plain;
>> charset="iso-8859-1"
>>Content-Transfer-Encoding: 7bit
>>X-Newsreader: Microsoft CDO for Windows 2000
>>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>>Thread-Index: AcPeq0V89S5DR+yITSWxDP5pRBU97g==
>>Newsgroups: microsoft.public.win2000.file_system
>>Path: cpmsftngxa07.phx.gbl
>>Xref: cpmsftngxa07.phx.gbl

>microsoft.public.win2000.file_system:16648
>>NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165
>>X-Tomcat-NG: microsoft.public.win2000.file_system
>>
>>How (where?) do I change the settings on a Windows 2000
>>Server useing IIS so that the CHMOD command is allowed

>to
>>change the permissions for a folder in the wwwroot
>>subdirectory?
>>TIA
>>

>

 
Reply With Quote
 
Joe Griffin [MSFT]
Guest
Posts: n/a
 
      20th Jan 2004
You are welcome.
Have a great day.
Joe Griffin [MS]
--------------------
Content-Class: urn:content-classes:message
From: "Larry H" <(E-Mail Removed)>
Sender: "Larry H" <(E-Mail Removed)>
References: <084101c3deab$457cda50$(E-Mail Removed)>
<(E-Mail Removed)>
<0b3d01c3dec4$8b237960$(E-Mail Removed)>
<(E-Mail Removed)>
Subject: RE: CHMOD
Date: Tue, 20 Jan 2004 06:48:29 -0800
Lines: 104
Message-ID: <0a5d01c3df64$7786ea40$(E-Mail Removed)>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcPfZHeGteSfXhVsSzi5szrR0D6WCw==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.win2000.file_system
Path: cpmsftngxa07.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.win2000.file_system:16692
NNTP-Posting-Host: tk2msftngxa09.phx.gbl 10.40.1.161
X-Tomcat-NG: microsoft.public.win2000.file_system

Joe, thank you very much. This is exactly what I needed.

>-----Original Message-----
>OK.
>However, I need to make this a simple issue. And if you

don't mind, I
>would like to start from the beginning.
>
>First, do the posix commands work on the server in

question. These
>commands do not work natively on a Windows 2000 Server.
>
>If you need to run full-featured UNIX tools in Windows,

please obtain the
>Microsoft Windows Services For Unix:
>
>http://www.microsoft.com/windows2000/sfu
>
>Joe Griffin
>--
>This posting is provided "AS IS" with no warranties, and

confers no rights.
>
>--------------------
>Content-Class: urn:content-classes:message
>From: "Larry H" <(E-Mail Removed)>
>Sender: "Larry H" <(E-Mail Removed)>
>References: <084101c3deab$457cda50$(E-Mail Removed)>
><(E-Mail Removed)>
>Subject: RE: CHMOD
>Date: Mon, 19 Jan 2004 11:43:42 -0800
>Lines: 55
>Message-ID: <0b3d01c3dec4$8b237960$(E-Mail Removed)>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>Thread-Index: AcPexIsjjQY94W8jSiKqBi5kxEsHpQ==
>Newsgroups: microsoft.public.win2000.file_system
>Path: cpmsftngxa07.phx.gbl
>Xref: cpmsftngxa07.phx.gbl

microsoft.public.win2000.file_system:16668
>NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
>X-Tomcat-NG: microsoft.public.win2000.file_system
>
>Joe, I am using CuteFTP to upload Formmail.pl to the
>root/cgi-bin folder on the web server running IIS. Also
>via CuteFTP, I need to send the command CHMOD 755 to the
>web server. I get the message "500 'Site CHMOD 755
>Formmail.pl': command not understood. So I need to
>change the permissions of the /root/cgi-bin folder.
>Thanks again.
>>-----Original Message-----
>>Are you saying that the POSIX utilites have been

>installed and do not work?
>>Or, are you indicating that the web server has been

>hacked and you need to
>>remove files with invalid file names?
>>These articles may help:
>>http://support.microsoft.com/default.aspx?scid=KB;EN-

>US;312148
>>http://support.microsoft.com/default.aspx?scid=KB;EN-

>US;315226
>>
>>Joe Griffin [MS]
>>Windows 2000 Server Setup Team
>>
>>--
>>This posting is provided "AS IS" with no warranties,

and
>confers no rights.
>>
>>--------------------
>>Content-Class: urn:content-classes:message
>>From: "Larry H" <(E-Mail Removed)>
>>Sender: "Larry H" <(E-Mail Removed)>
>>Subject: CHMOD
>>Date: Mon, 19 Jan 2004 08:42:48 -0800
>>Lines: 5
>>Message-ID: <084101c3deab$457cda50$(E-Mail Removed)>
>>MIME-Version: 1.0
>>Content-Type: text/plain;
>> charset="iso-8859-1"
>>Content-Transfer-Encoding: 7bit
>>X-Newsreader: Microsoft CDO for Windows 2000
>>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>>Thread-Index: AcPeq0V89S5DR+yITSWxDP5pRBU97g==
>>Newsgroups: microsoft.public.win2000.file_system
>>Path: cpmsftngxa07.phx.gbl


>>Xref: cpmsftngxa07.phx.gbl

>microsoft.public.win2000.file_system:16648
>>NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165
>>X-Tomcat-NG: microsoft.public.win2000.file_system
>>
>>How (where?) do I change the settings on a Windows 2000
>>Server useing IIS so that the CHMOD command is allowed

>to
>>change the permissions for a folder in the wwwroot
>>subdirectory?
>>TIA
>>

>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: chmod in vista Tyro Windows Vista General Discussion 4 17th Feb 2009 03:15 AM
Re: chmod in vista Questor Windows Vista General Discussion 0 16th Feb 2009 11:45 PM
Re: chmod in vista Patrick Keenan Windows Vista General Discussion 0 16th Feb 2009 11:37 PM
Re: chmod in vista Malke Windows Vista General Discussion 0 16th Feb 2009 11:01 PM
CHMOD in Windows? jcnews Windows XP General 1 24th Sep 2004 04:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:10 AM.