Forum Moderators: phranque

Message Too Old, No Replies

CHMOD - Letters to numbers

chmod a+rx = what number?

         

PFOnline

9:48 pm on Apr 15, 2003 (gmt 0)

10+ Year Member



Hi, I'm about to install a perl script and it says to CHMOD "a+rx" but my FTP doesn't go by CHMOD letters, but rather numbers. (Such as CHMOD 777)

Are there any tools where I can enter the letters "a+rx" and it will tell me what CHMOD number it is?

Or can anyone just tell me what the chmod a+rx number is? ;)

Thanks!

Macguru

9:51 pm on Apr 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



777

NFFC

9:51 pm on Apr 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This is worth a look;

[webmasterworld.com...]

digitalghost

9:53 pm on Apr 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



CHMOD Calculator [raymer.org]

rcjordan

9:53 pm on Apr 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



from my own cheatsheet for ws-ftp:

chmod 777 (drwxrwxrwx)
chmod 755 (-rwxr-xr-x)
chmod 666 (-rw-rw-rw-)

WSFTP Set permissions:

7 = 3 checkboxes read-write-execute
6 = 2 checkboxes read-write
5 = 2 checkboxes read-execute

PFOnline

9:54 pm on Apr 15, 2003 (gmt 0)

10+ Year Member



Thanks all!

Macguru

10:02 pm on Apr 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



OOps! So a+rx = 755?

Sorry PFOnline.

PFOnline

10:10 pm on Apr 15, 2003 (gmt 0)

10+ Year Member



LOL Macguru, I was trying 777 and wondering why it wasn't working! ;) I'll change it to 755. Thanks!

PFOnline

10:11 pm on Apr 15, 2003 (gmt 0)

10+ Year Member



Added: Yep it was 755, cause it works now. :)

PFOnline

10:26 pm on Apr 15, 2003 (gmt 0)

10+ Year Member



Another question: (this is about the script I just installed... maybe this warranted a new topic but I'll just post it here)...

Does Google follow links that look like this:

[/www.yoursite.com/cgi-bin/redirect.cgi?www.othersite.com...] ?