#!/bin/sh umask 022 touch empty chmod 0644 empty cp -a empty empty-a cp -r --preserve=ownership,timestamps,links empty empty-r ls -l -n empty* getfacl -n empty* rm empty*