psacct/accton-create

4 lines
99 B
Plaintext
Raw Normal View History

#!/bin/sh
ACCTFILE=/var/account/pacct
[ ! -r $ACCTFILE ] && touch $ACCTFILE && chmod 600 $ACCTFILE