2 examples for stat

{{ score }}
  # Display the file type and permissions of a file/folder in octal format
stat -f %p filename
        
{{ score }}
  # Display the file type and permissions of a file/folder in numeric format
stat -c %a filename