[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
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:general_admin:free_your_space [2012/12/28 17:29 (UTC)] – [/tmp directory] hazelhowtos:general_admin:free_your_space [2013/01/06 00:11 (UTC)] – added REVIEWED comment mfillpot
Line 1: Line 1:
 +<!-- Reviewed 2012-12-28 hazel -->
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 ====== Free your space ====== ====== Free your space ======
Line 11: Line 12:
  
 This will delete ALL the files in the /tmp directory every time the system shuts This will delete ALL the files in the /tmp directory every time the system shuts
-down, so be careful what you put there! Generally, the ''rc.local_shutdown'' file +down, so be careful what you put there! 
-might also be useful in other ways. If you need to perform any other tasks on +
-shutdown, you can put them in the file.+
  
-As this file doesn’t exist on the default installation of Slackware, you need to create it first and make it executable:+The ''rc.local_shutdown'' file can also be useful in other ways. If you need to perform any other tasks on shutdown, you can put them here. As this file doesn’t exist on the default installation of Slackware, you need to create it first and make it executable:
  
 <code># touch /etc/rc.d/rc.local_shutdown <code># touch /etc/rc.d/rc.local_shutdown
 howtos:general_admin:free_your_space ()