Writable dirs

/tmp
/var/tmp
/dev/shm
/dev/mqueue

#Find ones
find / -maxdepth 3 -type d -perm -777 2>/dev/null

Last updated