To display the permissions of files in UNIX/Linux, enter this shell command:

CODE:
ls -l


also for hidden files
CODE:
ls -la