|
-
Jul 28th, 2001, 11:48 PM
#1
Thread Starter
Lively Member
chmod
ok i know how to chmod a file but in the script i'm using the instructions say to chmod some files to 755 and some to 666 but on my host to chmod something i cant put in a number i have to choose between Owner>read, write, execute
Group>read, write, execute and Other>read, write, execute
how do i set them to those numbers?
"Sometimes the only way you can feel good about yourself is by making someone else look bad And I'm tired of making other people feel good about themselves"-Homer Simpson
-
Jul 29th, 2001, 01:49 AM
#2
read = 4
write = 2
exec = 1
To get 666 you must make them add up to 6 on each. So you would check read and write on all three.
755 would be read, write and exec on the the first and just read and exec on the last two.
Hope this helps
-
Jul 29th, 2001, 10:31 AM
#3
Thread Starter
Lively Member
exactly what i needed thanks
"Sometimes the only way you can feel good about yourself is by making someone else look bad And I'm tired of making other people feel good about themselves"-Homer Simpson
-
Jul 29th, 2001, 12:33 PM
#4
you could also use a program like WS_FTP and it will tell you what number you have from the check boxes that are checked.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|