If I run quota as user cyrus, it lists deleted accounts. i.e. cyrus@pacific:/home/josh$ quota user.test Quota % Used Used Root 0 0 user.test If I run quota -f to fix it, I get cyrus@pacific:/home/josh$ quota -f user.test user.test: removed Quota % Used Used Root Yet if I run quota again, cyrus@pacific:/home/josh$ quota user.test Quota % Used Used Root 0 0 user.test Is there a way to actually get rid of these records when they are no longer needed? - Josh