Thread

Index > FileTeePee > file permissions
Author/Date file permissions
mhf
22/02/2006 5:48pm
Could you explain the equivalents of 777, 666, 755 etc. in iftp as the program only uses check boxes - thanks
Adrian Bell
18/03/2006 4:48pm
From the numbers eg 777, 755.

1st digit = Owner
2nd Digit = Group
3rd Digit = Global

Read = 4
Write = 2
Execute = 1

These add up to the number so:-
7 = Read, Write, Execute
6 = Read, Write
5 = Read, Execute

Try one of these calculators to get the idea:-
http://www.google.co.uk/search?q=chmod+calculator&hl=en&lr=&start=10&sa=N

29/05/2006 4:53pm
Sorry I just got round to replying and thanking you Adrian !
So it's done.
Reply