I'm running my server as a root user but despite that, when I run the command ls
I get this error:
bash: /bin/ls: Permission Denied.
I tried to change this file's permissions with chmod
but the permission is denied as well. What's the cause of this?