![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Enable user quota | rdns | UNIX for Dummies Questions & Answers | 1 | 10-18-2007 08:12 PM |
| Set quota on directories | *Jess* | SUN Solaris | 1 | 05-08-2007 05:00 AM |
| Quota-problem | chrizz | HP-UX | 5 | 10-28-2006 03:20 PM |
| How to set user quota | KaiXiang | Linux | 2 | 09-03-2003 09:04 PM |
| Quota | jarthda | UNIX for Dummies Questions & Answers | 1 | 05-14-2001 12:25 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
| Forum Sponsor | ||
|
|
|
||||
|
I would guess that you've got files elsewhere still - or that the filesystem hasn't performed it's clean up yet.
You can check the former by running a huge find over the whole system: Code:
find / -type f -user <you> 2> /dev/null |