Insecure File Permissions
Check for file permissions:
Ls -all
Permission structure: d = director r = read permission w = write permission x = execute permission (or enter directory) – = no permission
Example: drwxr-xr-x
Green = owners/ user permissions Blue = group permissions Red = other permissions – anyone outside the group
Last updated