Viewing post 1 (of 1 total)
Actually "&" used here means Bitwise.
binary value of 0xf is 0000 1111
Example:
Bitwise A & B
A = 0000 1111
B = 0000 0011
-------------------
then: 0000 0011
"sysstat...
June 19, 2014 at 6:32 am
#1723199