#!/bin/bash
# find not writable
find  ~ ! -perm /a+w -print
