#!/bin/sh fstat -u nobody -n $1 | sort | uniq | grep $1 | wc -l