[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 110: Undefined array key "cached"
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 111: Undefined array key "normal"
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 112: Undefined array key "total"
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
Cabrillo College Linux Classes • View topic - Edquota, quotaon, quotacheck
Page 1 of 1

Edquota, quotaon, quotacheck

PostPosted: Mon Dec 15, 2008 4:15 am
by keivn dodd
Can someone post the typical path for edquota, quotaon, quotacheck? They don't seem to be present on my filesystem.

Re: Edquota, quotaon, quotacheck

PostPosted: Tue Dec 16, 2008 11:41 am
by fred deakin
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