![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Enable user quota | rdns | UNIX for Dummies Questions & Answers | 1 | 10-19-2007 12:12 AM |
| Set quota on directories | *Jess* | SUN Solaris | 1 | 05-08-2007 09:00 AM |
| Quota-problem | chrizz | HP-UX | 5 | 10-28-2006 07:20 PM |
| How to set user quota | KaiXiang | Linux | 2 | 09-04-2003 01:04 AM |
| Quota | jarthda | UNIX for Dummies Questions & Answers | 1 | 05-14-2001 04:25 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
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 The latter can be checked by looking at the output from df -k on the filesystem your home dir is mounted on, has it reduced by the amount of stuff you deleted? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|