Finding Writable Files and Directories
find / -path /proc -prune -o -type d -perm -o+w 2>/dev/nullfind / -path /proc -prune -o -type f -perm -o+w 2>/dev/nullLast updated
find / -path /proc -prune -o -type d -perm -o+w 2>/dev/nullfind / -path /proc -prune -o -type f -perm -o+w 2>/dev/nullLast updated