In the last episode, we heard Mark Heinrich say:
> I am unable to start KDE because my /tmp is full.  I deleted the files that
> I thought I could and there are only two or three left but I am still
> getting an error that my /tmp is full.  How can I see how much space /tmp
> has allocated and how much is free?  How can I increase the amount of space
> /tmp has?  TIA

Space usage:
        df -h /tmp
        du -s /tmp
What's using /tmp?
        lsof +d /tmp
        lsof +D /tmp

KUrt
-- 
The philosopher's treatment of a question is like the treatment of an illness.
                -- Wittgenstein.
_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to