8 Sep
2006
8 Sep
'06
14:09
On Friday 08 September 2006 15:49, Jan Engelhardt wrote:
It becomes important as you write code:
S_IRUSR | S_IWUSR | S_IXUSR S_IRUSR + S_IWUSR + S_IXUSR
as you cannot rely on S_I[RWX]USR being single-bit values.
Doesn't really seem relevant to the case at hand. By the way, addition and bitwise or are synonymous whenever a&b == 0, it has nothing to do with being single bit