Quote |
EDIT: wrong, it doesn't set the directory bit. I read up and then remembered (you tend to do things by route after a while instead of thinking): 1 = execute 2 = write 4 = read add the numbers for the mode you want. You need three numbers, one for user, the second for group, and the third for other. So my bits were set for read, write, & execute for me, my group, and everyone. |