/(root) technically shouldn't be accessed as often as /usr. /(root) operates more in the kernel space of the OS rather than the OS's userspace as /usr does. You shouldn't be accessing anything in /(root) as a user unless either A) you're the root user, and B) you're starting up, powering down, or rebooting the system.
|