Changes

From Amahi Wiki
Jump to: navigation, search
25 bytes removed ,  04:46, 5 April 2014
* Remember that a filesystem can fill up either because almost all of its data blocks are used up (some are reserved for the root user, just to get out of trouble) or because all its i-nodes (there is one of these per file) are used up.
* If you need to make space by deleting some large files, use the command 'ls -lS' to get a directory listing that is sorted by file size. To scan an entire filesystem (e.g. /home or /var) for the largest files, use the command:
{{Code| du <nowiki>|</nowiki> sort -n}}
The largest files will be at the end of the listing.
12,424

edits