28. The following two (2) commands achieve exactly the same results. In other words, they are equivalent.

Chmod u+rw, go+r file name
Chmod 644 filename

a) True
b) False

a) True