NetWiki

I can make net work

User Tools

Site Tools


linux:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:start [2023-09-25 20:35] – [Find] davelinux:start [2024-02-27 15:19] (current) dave
Line 5: Line 5:
   * [[inputrc]]   * [[inputrc]]
   * [[Services]]   * [[Services]]
 +  * [[rclone]]
  
 ----------------------- -----------------------
Line 50: Line 51:
 find /some/path -depth \( \( -type f -daystart -mtime +100 \) -o -type d -empty \) -ls find /some/path -depth \( \( -type f -daystart -mtime +100 \) -o -type d -empty \) -ls
 </code> </code>
 +
 ----------------------- -----------------------
 +===== Find the Fat Folder =====
 +Useful for finding which directory is sucking up all your disk space.
 +<code>
 +du -h --max-depth=1 | sort -hr
 +</code>
  
linux/start.1695674112.txt.gz · Last modified: 2023-09-25 20:35 by dave

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki