View previous topic :: View next topic |
Author |
Message |
Morty -
Joined: 14 Feb 2004 Posts: 13
|
Posted: Thu Feb 26, 2004 2:00 pm Post subject: How to install "chmod 755" |
|
|
I need some files to be changed to "chmod 755" I is needed to make my foum working but I dont know hoe to configure this with abyss. I use the newest version.
Thos any know how to change these files? to that?
Regards Morty |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Thu Feb 26, 2004 2:10 pm Post subject: |
|
|
If you're running Abyss on Windows, there is no chmod command. Chmod is only for Linux/BSD/etc based installs. |
|
Back to top |
|
 |
Morty -
Joined: 14 Feb 2004 Posts: 13
|
Posted: Thu Feb 26, 2004 3:09 pm Post subject: |
|
|
Oh But I have a Gastbook and on lycos it works. But on abyss i'm unable to send any messages to the gastbook. (It uses no mysql but saves the messages in a php file.) And I know that I have to change these files on lycos to "chmod 666". I'm running windows.
I think these "chmod 666" is the problem that my gastbook thos not work. |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Thu Feb 26, 2004 4:15 pm Post subject: |
|
|
It's the system running the server that decides whether chmod is available, not what OS you're running to connect.
So for example, you're running Abyss on a Windows machine. There is no chmod in Windows so there is no need to chmod files when instructed in a script.
You connect to Lycos's ftp server running on a non Windows machine. Chmod is available to you *on that machine*.
You cannot chmod your files on your Abyss server if you are running the Windows version. |
|
Back to top |
|
 |
Morty -
Joined: 14 Feb 2004 Posts: 13
|
Posted: Thu Feb 26, 2004 4:17 pm Post subject: |
|
|
Yes I understand that but is it the sours of the problem? And how do I solf it? |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Thu Feb 26, 2004 6:28 pm Post subject: |
|
|
I will see wether or not it needs CHMOD :)
Im always a successful man installing
scripts on my web server , whats the
Guest Book called ? Post it!
-------------------------------------------------------------------------------------
"My server can only handle PHP and Perl" |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Thu Feb 26, 2004 7:15 pm Post subject: |
|
|
If it's running on Windows it can't need chmod... |
|
Back to top |
|
 |
nquin321 -
Joined: 29 Jan 2004 Posts: 296 Location: Right Behind You
|
|
Back to top |
|
 |
Morty -
Joined: 14 Feb 2004 Posts: 13
|
Posted: Thu Feb 26, 2004 9:25 pm Post subject: |
|
|
So what do you want to say? That its not possible our that I have to change these files to something els? |
|
Back to top |
|
 |
Morty -
Joined: 14 Feb 2004 Posts: 13
|
Posted: Thu Feb 26, 2004 9:27 pm Post subject: |
|
|
A guest book is a kind of a forum where you can send message and the onley the admin can replay. All the messages send by users will be displayd bellow eachoter. |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri Feb 27, 2004 2:13 am Post subject: |
|
|
There is no actual CHMOD on Windows, but you can resemble it.
The number is broken down into three groups.
The first digit is for "Owner," the second digit is for "Group," and the third is for "Other."
7 = Read, Write, and Execute
6 = Read and Write
5 = Read and Execute
4 = Read Only
3 = Write and Execute (I see no purpose for that)
2 = Write Only (I see no purpose for that either)
1 = Execute Only
0 = Nothing (They just had to include that, didn't they...?)
So with that, you can now figure out the Windows equivilent of CHMOD.
Example:
775: Owner can Read, Write, and Execute; Group can Read, Write, and Execute; Other can only Read and Execute. _________________ Bienvenidos! |
|
Back to top |
 |
 |
Morty -
Joined: 14 Feb 2004 Posts: 13
|
Posted: Fri Feb 27, 2004 8:18 am Post subject: |
|
|
Ok thanks. I will try it out. Regards Sven Lohuis |
|
Back to top |
|
 |
Xios -
Joined: 20 Jan 2004 Posts: 5
|
Posted: Sun Apr 18, 2004 10:01 pm Post subject: |
|
|
umm this doesnt help me
I need to chmod somthing to 777 (Read write and excicute all i know)
I have looked all over for somthing to do this (im sure windows can do it somewhere (maybe in the editing of somthing else) ) i dont know and i need to know
Any help please |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sun Apr 18, 2004 10:11 pm Post subject: |
|
|
First, why do you need to? If it is because something tells you to, then you can normally ignore it. And having 777 permissons with Windows is usually standard. _________________ Bienvenidos! |
|
Back to top |
 |
 |
Morty -
Joined: 14 Feb 2004 Posts: 13
|
Posted: Mon Apr 19, 2004 12:50 pm Post subject: |
|
|
You can change the file propperties in the properties menuof the file (Richt click on it and in the menu Properties)
Its also sometimes possible to change it in your webserver software.
My problem whas solfed with the last thing.. the webserver..........
I hope this will allso help you ;-) |
|
Back to top |
|
 |
zhenyu86 -
Joined: 20 Apr 2004 Posts: 1
|
Posted: Tue Apr 20, 2004 4:42 am Post subject: |
|
|
yes there is chmod for windows, go download "CUTEFTP", and access the file through ftp, and then u can CHMOD, |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Tue Apr 20, 2004 4:52 am Post subject: |
|
|
No, because once you hit "CHMOD," the FTP Server will respond with "Invalid Command." _________________ Bienvenidos! |
|
Back to top |
 |
 |
|