All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:43, 20 September 2022 Kenneth talk contribs created page Linux/Find Large Files (Created page with " find /home -xdev -size +500k -ls > piggies -- <pre> find /path/to/directory -type f -exec du -hs {} \;| sort -rh | head -n 1 du -sh * | sort -rh | head -5 ls -lSh /bin | he...")