Nepsinth
Mitglied
danke habe mit
mein linux wieder am laufen bekommen.
habe mir noch die dateien angesehen die gropiuskalle empfollen hat doch ich habe nichts auffälliges gefunden (was daran liegen kann das ich sie noch nie gesehen haben) . Werde sie mal hier reinschreiben vieleicht kann einer was erkennen das ich verändern sollte.
kann man da einstellen das die tmp automatische gelöscht wird wenn ja wo
Code:
sudo rm -frv /tmp/*
habe mir noch die dateien angesehen die gropiuskalle empfollen hat doch ich habe nichts auffälliges gefunden (was daran liegen kann das ich sie noch nie gesehen haben) . Werde sie mal hier reinschreiben vieleicht kann einer was erkennen das ich verändern sollte.
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Ganzzahlenwert
Standardwert: 0
Beschreibung:
cron.daily can check for old files in tmp-dirs. It will delete all files
not accessed for more than MAX_DAYS_IN_TMP. If MAX_DAYS_IN_TMP is not set
or set to 0, this feature will be disabled.
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Ganzzahlenwert
Standardwert: 0
Beschreibung:
see MAX_DAYS_IN_TMP. This allows to specify another frequency for
a second set of directories.
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Wert
Standardwert: /tmp
Beschreibung:
This variable contains a list of directories, in which old files are to
be searched and deleted. The frequency is determined by MAX_DAYS_IN_TMP
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Wert
Standardwert:
Beschreibung:
This variable contains a list of directories, in which old files are to
be searched and deleted. The frequency is determined by MAX_DAYS_IN_LONG_TMP
If cleaning of /var/tmp is wanted add it here.
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Wert
Standardwert: root
Beschreibung:
In OWNER_TO_KEEP_IN_TMP, you can specify, whose files shall not be deleted.
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Wert
Standardwert: no
Beschreibung:
"Set this to "yes" to entirely remove (rm -rf) all files and subdirectories
from the temporary directories defined in TMP_DIRS_TO_CLEAR on bootup.
Please note, that this feature ignores OWNER_TO_KEEP_IN_TMP - all files will
be removed without exception."
If this is set to a list of directories (i.e. starts with a "/"), these
directories will be cleared instead of those listed in TMP_DIRS_TO_CLEAR.
This can be used to clear directories at boot as well as clearing unused
files out of other directories.