#!/bin/bash ACCTFILE=/var/account/pacct if test ! -e $ACCTFILE then umask 066 > $ACCTFILE fi