HOWTO:How to automatically clean your /tmp directory
From PardusWiki
(Difference between revisions)
(Created page with 'Open Dolphin > goto directory /etc/conf.d > right-click file local.stop > Root Actions > Open as Text > and add the following line: rm -Rf /tmp/* Save and close the file.') |
|||
| Line 1: | Line 1: | ||
| − | Open Dolphin > goto directory /etc/conf.d > right-click file local.stop > Root Actions > Open as Text > and add the following line: | + | Open Dolphin > goto directory /etc/conf.d > right-click on the file local.stop > Root Actions > Open as Text > and add the following line: |
rm -Rf /tmp/* | rm -Rf /tmp/* | ||
Save and close the file. | Save and close the file. | ||
Latest revision as of 13:58, 5 August 2010
Open Dolphin > goto directory /etc/conf.d > right-click on the file local.stop > Root Actions > Open as Text > and add the following line:
rm -Rf /tmp/*
Save and close the file.