> I need some 20 M space because my boss need to put some files there
 > imediately. I know it very risk to delete files from there.
 > Here is the result by using df -s /usr/*

I think a better solution (that I've used many times) is to find a 
partition that has space left on it and put all your files there and symlink
it back to /usr. Like, if you /var partition has a lot of space mkdir 
/var/stuff, copy all the stuff you already have into there and then ln -s
that back to /usr/stuff. It's vaguely ugly, but you don't need to worry about 
what you are deleting then.

If that solution doesn't work for you, I'd suggest using rpm -e wherever
you can to remove whole packages cleanly rather than deleting some of the
files out from under it (unless it's just documentation from /usr/share/)

Will



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to