Quote:
Originally Posted by ShellShock
So:
0700 etc instead of 0755.
1000:232 instead of 0:0.
I haven't been able to find any info on what these numbers mean, why they are different, and whether it matters.
Does anyone know?
Please ignore this if it is gibberish.
Thanks
|
Those are
Unix permissions. 0700 means the directory will be readable only by the owner, not an ordinary user. It probably won't matter as on the Reader all processes run as root, but still, it's better to make permissions match.