View Full Version : problemwith CHMOD
Gayowulf
June 12th, 2001, 00:51
For some reason when chmodding a file to 755 i get this error.
[config.pl]
COMMAND:> SITE CHMOD 755 config.pl
500 'SITE CHMOD 755 config.pl': command not understood
Is it that my host does not let me chmod?
bigperm
June 12th, 2001, 05:03
Maybe it's not unix...
Gayowulf
June 12th, 2001, 11:26
There's probably a chance of that. i emailed the administrator of my host, so im sure ill get it settled.
ducktape
June 12th, 2001, 20:44
im leaning towards non-unix
Hellbound
June 13th, 2001, 21:21
If it's not UNIX, then it's either NT/2000 or MacOS. I doubt it's MacOS, and NT/2000 servers don't use CHMOD.
atlas
June 13th, 2001, 21:43
Originally posted by Hellbound
If it's not UNIX, then it's either NT/2000 or MacOS. I doubt it's MacOS, and NT/2000 servers don't use CHMOD.
MacOS X is unix (bsd) :cool:
-mk
Gayowulf
June 13th, 2001, 21:43
Yes, its not a *nix system. I am inexperienced when it comes to scripts and stuff. What do i do about chmod now?
el crapo
June 13th, 2001, 21:50
Since its most likely an NT/2000 server than you don't CHMOD it at all. It's supposedly does for you.
Gayowulf
June 13th, 2001, 23:29
Ok, thanks. Ill try it out. (after i change all the*.pl files from /usr/bin/perl to whatever it is now :( )
Unregistered
June 15th, 2001, 11:38
if it's Unix, you dont have to type the word "site" before chmodin' something, just get into that directory and type "chmod permission <filename>"
to get to a diff. directory, simply just type cd <dirname>
zazoo
June 15th, 2001, 15:24
Originally posted by Unregistered
if it's Unix, you dont have to type the word "site" before chmodin' something, just get into that directory and type "chmod permission <filename>"
to get to a diff. directory, simply just type cd <dirname>
its alot easier to just do it with an ftp
niv
June 15th, 2001, 22:16
have you tried just CHMOD 755 filename? that works too (using the ftp prompt). note down the message you get at the beginning of the log.
Gayowulf
June 17th, 2001, 22:59
I got it all figured out. I just uploaded it, no CHMOD required. I did have to change /usr/bin/perl to a different location though.
Thanks for trying to help ;)
Hellbound
June 18th, 2001, 12:49
Originally posted by atlas
MacOS X is unix (bsd)
I wasn't referring to OS X.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.