mysqld error causing server hang

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
mneese77
Forum Regular
Forum Regular
Posts: 137
Joined: Wed May 12, 2010 5:40 pm

Re: mysqld error causing server hang

Unread post by mneese77 »

slightly different...

Code: Select all

find / -type f -size +200000k -exec ls -lh {} \; 2> /dev/null | awk '{ print $NF ": " $5 }'
mine

Code: Select all

find /var -type f -size +200000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
yours

Returns are basically the same....irrespective of the directory designation


For some reason ncdu does not work on my system...
ncdu /var
-bash: ncdu: command not found
EDIT: OKAY...not installed yet...
Post Reply