Can not view man page on CentOS

I have been having issues with viewing man page when I logged in as a regular user. Everytime, I have to add sudo in front of man command. After troubleshooting the problem for a while, I found a solution:

Add execute permission for the following folder and its contents
sudo chmod o+x -R /usr/share/man/
Others also suggest that the $MANPATH is incorrect. However, this is not the case for me.

2 comments:

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...