PDA

View Full Version : What does the permissions number represent?


Kyojii
04-14-2012, 03:50 PM
For example when it says a users permissions are "16777215".

kh99
04-14-2012, 04:46 PM
If you represent the value in binary, each bit would be a "flag" that indicates whether or not the user has that permission. The meaning of each bit depends on where exactly you found that value. (That value translates to binary of 111111111111111111111111, which seems a little strange because they're all set).