I want to change the pagemap file permission to 755 or 744 using sudo chmod. But the command is throwing error saying operation not permitted. The motivation is to allow a user read the pagemap file (of its own) without giving sudo access.
When the user have sudo access it is working, he allowed to read pagemap file. But I want to prevent the user to have sudo access, but should allow him to read this pagemap file alone.