WetGeek I'll let you know what happens there.
On my Budgie VM, when logged on as "test" and trying to access /root, this is what I get:
It's possible the only files there are hidden, such as .bashrc, so I'll try that again after making sure something is there to be examined. As the "test" user, I was easily able to view the contents of the admin's home folder, though, and even open the bashrcAdditions text file there with Gedit. I could only open it read-only, though.
I was right. The first time, the folder was empty because the only file there was .bashrc, which was hidden. In the terminal, I copied bashrcAdditions from /home/jerry to /root, and tried again. This time, the "test" user was able to not only see the file, but it could open it in Gedit for read-only access.
So, I'm able to confirm what @noise617 is seeing on his system. But I'm not able to explain why one ordinary user can view the contents of another's home directory, even if that user is root. As I said, I'm very interested in how Linux can allow this to happen.