[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:general_admin:free_your_space [2013/01/10 02:27 (UTC)] – general formatting cleanup mfillpothowtos:general_admin:free_your_space [2013/07/26 15:46 (UTC)] – Change find cmd to use builtin xargs, so there is no need for invoking another program fl0
Line 16: Line 16:
  
 <file bash /etc/rc.d/rc.local_shutdown.append> <file bash /etc/rc.d/rc.local_shutdown.append>
-/usr/bin/find /tmp -mindepth 1 -maxdepth 1 -print0 | xargs -0r /bin/rm -rf+/usr/bin/find /tmp -mindepth 1 -maxdepth 1 -exec /bin/rm -rf {} +;
 </file> </file>
  
 howtos:general_admin:free_your_space ()