permission list by KEN3

seq 1 512|awk '{m="-";for(i=9;i;m=m substr("-xwr",int(n/2^--i)%2?i%3+2:1,1));printf"%04o is %s\n",n++,m}'

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page