by fred deakin on Tue Dec 16, 2008 11:41 am
Hi Kevin,
edquota: /usr/sbin/edquota
quotaon: /sbin/quotaon
quotacheck: /sbin/quotacheck
I found them by using the find and grep commands:
find / | grep quotaon
find / | grep quotacheck
find / | grep edquota
Fred