How can I check the folder permissions in ubuntu server 12.04?
You can use the following command:
ls -l directory
or
stat directory
or, if you want to see only the permissions in numeric (octal) format:
stat -c %a directory
You can use the following command:
ls -l directory
or
stat directory
or, if you want to see only the permissions in numeric (octal) format:
stat -c %a directory