How to install "chmod 755"

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Morty
-


Joined: 14 Feb 2004
Posts: 13

PostPosted: Thu Feb 26, 2004 2:00 pm    Post subject: How to install "chmod 755" Reply with quote

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 View user's profile Send private message Send e-mail Visit poster's website
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Thu Feb 26, 2004 2:10 pm    Post subject: Reply with quote

If you're running Abyss on Windows, there is no chmod command. Chmod is only for Linux/BSD/etc based installs.
Back to top View user's profile Send private message
Morty
-


Joined: 14 Feb 2004
Posts: 13

PostPosted: Thu Feb 26, 2004 3:09 pm    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail Visit poster's website
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Thu Feb 26, 2004 4:15 pm    Post subject: Reply with quote

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 View user's profile Send private message
Morty
-


Joined: 14 Feb 2004
Posts: 13

PostPosted: Thu Feb 26, 2004 4:17 pm    Post subject: Reply with quote

Yes I understand that but is it the sours of the problem? And how do I solf it?
Back to top View user's profile Send private message Send e-mail Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Thu Feb 26, 2004 6:28 pm    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Thu Feb 26, 2004 7:15 pm    Post subject: Reply with quote

If it's running on Windows it can't need chmod...
Back to top View user's profile Send private message
nquin321
-


Joined: 29 Jan 2004
Posts: 296
Location: Right Behind You

PostPosted: Thu Feb 26, 2004 7:37 pm    Post subject: Reply with quote

windows only has to options- left click and hit properties

read only

archive
_________________
How many forum members does it takes to change a light bulb?
Back to top View user's profile Send private message
Morty
-


Joined: 14 Feb 2004
Posts: 13

PostPosted: Thu Feb 26, 2004 9:25 pm    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail Visit poster's website
Morty
-


Joined: 14 Feb 2004
Posts: 13

PostPosted: Thu Feb 26, 2004 9:27 pm    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Fri Feb 27, 2004 2:13 am    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Morty
-


Joined: 14 Feb 2004
Posts: 13

PostPosted: Fri Feb 27, 2004 8:18 am    Post subject: Reply with quote

Ok thanks. I will try it out. Regards Sven Lohuis
Back to top View user's profile Send private message Send e-mail Visit poster's website
Xios
-


Joined: 20 Jan 2004
Posts: 5

PostPosted: Sun Apr 18, 2004 10:01 pm    Post subject: Reply with quote

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 View user's profile Send private message Yahoo Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sun Apr 18, 2004 10:11 pm    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Morty
-


Joined: 14 Feb 2004
Posts: 13

PostPosted: Mon Apr 19, 2004 12:50 pm    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail Visit poster's website
zhenyu86
-


Joined: 20 Apr 2004
Posts: 1

PostPosted: Tue Apr 20, 2004 4:42 am    Post subject: Reply with quote

yes there is chmod for windows, go download "CUTEFTP", and access the file through ftp, and then u can CHMOD,
Back to top View user's profile Send private message
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Apr 20, 2004 4:52 am    Post subject: Reply with quote

No, because once you hit "CHMOD," the FTP Server will respond with "Invalid Command."
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group