Y&#39;all just made my day.  These are the basic tasks I&#39;ve been slogging through the hard way on my overfilled Slackbox.  Thanks for the tips!<br><br><div class="gmail_quote">On Thu, Feb 24, 2011 at 2:27 PM, Jerald Sheets <span dir="ltr">&lt;<a href="mailto:questy@gmail.com">questy@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
My favorite (on systems that don&#39;t have well laid out filesystems...i.e. / and swap) is<br>
<br>
du -a |sort -nr |less<br>
<br>
Sure, it&#39;s in blocks, but it shows you the largest files in descending order of size.  I usually go after those in the top 10 and that generally handles my problem.<br>
<br>
- --j<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
On Feb 24, 2011, at 12:56 PM, <a href="mailto:jwkite@gmail.com">jwkite@gmail.com</a> wrote:<br>
<br>
&gt; My favorite command for identifying which directories are causing space problems is:  du -h --max-depth=1 which shows the size of each directory in human readable form without the details. I also like du -- max-depth=1 | sort -n to show the directories from largest to smallest.<br>

&gt;<br>
&gt; I know most of the experts here may know these commands, but it took me years to find them and I hope it may help someone else.<br>
&gt; Josh Kite<br>
&gt; Sent via BlackBerry by AT&amp;T<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: James Sumners &lt;<a href="mailto:james.sumners@gmail.com">james.sumners@gmail.com</a>&gt;<br>
&gt; Sender: <a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a><br>
&gt; Date: Thu, 24 Feb 2011 12:40:33<br>
&gt; To: Atlanta Linux Enthusiasts&lt;<a href="mailto:ale@ale.org">ale@ale.org</a>&gt;<br>
&gt; Reply-To: Atlanta Linux Enthusiasts &lt;<a href="mailto:ale@ale.org">ale@ale.org</a>&gt;<br>
&gt; Subject: Re: [ale] how do I view system logs / check disk space<br>
&gt;<br>
&gt; There is the GNOME Log Viewer[1] that you could use. The logs you<br>
&gt; can&#39;t view are limited to root access. So you can view them if you use<br>
&gt; a privileged account.<br>
&gt;<br>
&gt; There are two commands for checking disk space: `du` and `df`. `du`<br>
&gt; will tell you how much space a specific directory tree is using, and<br>
&gt; `df` will report the free space on all mounted file systems. If you<br>
&gt; want to find large files, you could do `find /some/directory -type f<br>
&gt; -size +20MB` to find all files larger than 20MB. KDirState[2] would<br>
&gt; allow you to explore the large files on your system in a graphical<br>
&gt; manner. Looks like Ubuntu has a GNOME version[3].<br>
&gt;<br>
&gt; [1] -- <a href="http://library.gnome.org/users/gnome-system-log/" target="_blank">http://library.gnome.org/users/gnome-system-log/</a><br>
&gt; [2] -- <a href="http://kdirstat.sourceforge.net/" target="_blank">http://kdirstat.sourceforge.net/</a><br>
&gt; [3] -- <a href="https://help.ubuntu.com/community/Baobab" target="_blank">https://help.ubuntu.com/community/Baobab</a><br>
&gt;<br>
&gt; On Thu, Feb 24, 2011 at 12:17 PM, Ron Frazier<br>
&gt; &lt;<a href="mailto:atllinuxenthinfo@c3energy.com">atllinuxenthinfo@c3energy.com</a>&gt; wrote:<br>
&gt;&gt; I was trying to view some of the logs in /var/log with gedit.  I have<br>
&gt;&gt; some questions.<br>
&gt;&gt;<br>
&gt;&gt; Is there a gui based log viewer where I can pick the log from a list and<br>
&gt;&gt; view it quickly?<br>
&gt;&gt;<br>
&gt;&gt; There are some logs such as wtmp which gedit cannot edit.  Is there a<br>
&gt;&gt; way to access those.<br>
&gt;&gt;<br>
&gt;&gt; Also, what&#39;s the command to check how much disk space you&#39;re using and<br>
&gt;&gt; how much each thing in a directory is using?<br>
&gt;&gt;<br>
&gt;&gt; Sincerely,<br>
&gt;&gt;<br>
&gt;&gt; Ron<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt;<br>
&gt;&gt; (PS - If you email me and don&#39;t get a quick response, you might want to<br>
&gt;&gt; call on the phone.  I get about 300 emails per day from alternate energy<br>
&gt;&gt; mailing lists and such.  I don&#39;t always see new messages very quickly.)<br>
&gt;&gt;<br>
&gt;&gt; Ron Frazier<br>
&gt;&gt;<br>
&gt;&gt; 770-205-9422 (O)   Leave a message.<br>
&gt;&gt; linuxdude AT <a href="http://c3energy.com" target="_blank">c3energy.com</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; James Sumners<br>
&gt; <a href="http://james.roomfullofmirrors.com/" target="_blank">http://james.roomfullofmirrors.com/</a><br>
&gt;<br>
&gt; &quot;All governments suffer a recurring problem: Power attracts<br>
&gt; pathological personalities. It is not that power corrupts but that it<br>
&gt; is magnetic to the corruptible. Such people have a tendency to become<br>
&gt; drunk on violence, a condition to which they are quickly addicted.&quot;<br>
&gt;<br>
&gt; Missionaria Protectiva, Text QIV (decto)<br>
&gt; CH:D 59<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
</div></div>#!/jerald<br>
Linux User #183003<br>
Ubuntu User #32648<br>
Public GPG Key:  <a href="http://questy.org/js.asc" target="_blank">http://questy.org/js.asc</a><br>
<br>
- -----BEGIN GEEK CODE BLOCK-----<br>
Version: 3.1<br>
GIT/MU d-@ s++(++)&gt;+++:&gt; a+ C++++(+++)$&gt;++ UBLAVHSC++(on)$&gt;++++ P++(+++)$&gt;++++ L++(++++)$&gt;+++ !E---(---)&gt;--- W+(++)$&gt;+++ N(+)$&gt;++ !o !K-- w(--)&gt;--- O()@&gt; M++(++)$&gt;++ V()&gt;- PS+++()@&gt;-- PE(++)@&gt;+ Y+(+)@&gt;+ PGP++(++)$&gt;+++ t+(++)@&gt;+++ 5(+)@&gt;+ X+(++)@&gt;+++ R+(+)@&gt;++ tv-(+)$&gt;++ b+++(++)$&gt;++ DI++++(++)&gt;+++ D++(++)@&gt;++ G++(++)@&gt;++ e++(++)$&gt;++ h(-)$&gt;- r+++(+++)@&gt;+++ y+(+++)&gt;++++@<br>

- ------END GEEK CODE BLOCK------<br>
<br>
<br>
<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.11 (Darwin)<br>
<br>
iQEcBAEBAgAGBQJNZrE8AAoJEAek0rkZiSvcW04H/RPXfR/Q0BFSpEdNhSYJxYAB<br>
od39kc4Ec1tdVg9yMR4sxIek+GfVxBi/6L5VqYRK1vmWQODx2ybJr8gRpP+ViviV<br>
EU3V38iZgjZletb2UnKMBPkPoB7PVmsdNLd6xrRs8ur3S7aXPeOvcUTS26HgIQoy<br>
RqxMvP+dWIJInV05rN24roIM35WwFlEcxgRTdjZkjqMlerb57rMX3hc2F85Rk1Du<br>
gbryWXroefg84b/sAX8/w/22373GjbmNMIfiTDjtx5H2a0XPeQm6EIclNkUpy/ur<br>
Dx2EGPk50uRL020d6IgCohD/IVBp4UvrbkavVZtdkfK+3NepMCDhzV5IiAjLYv8=<br>
=V9wD<br>
-----END PGP SIGNATURE-----<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br>