clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: Oct. 28 2004,13:04 |
|
Dafydd Cealleigh, it does set that bit. I'm a lazy programmer, I see I could have used chmod +x test as well.
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.
|