Hi@akhtar,
You can use ls command to check the permissions of a file as well as a folder. Use the below-given command to check the permissions of a folder.
$ ls -ld /etc/
drwxr-xr-x. 141 root root 8192 Aug 13 16:37 /etc/
As you can see that any user has read and execute power to /etc folder.