psacct/SOURCES/accton-create
2021-09-10 02:19:18 +00:00

6 lines
109 B
Bash
Executable File

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