[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problema con /tmp



On Sun, 10 Nov 2002 10:03:40 +0100
Sukre^n_pudre <sukren@libero.it> wrote:

>  esiste un modo per farsi che i file di /tmp vadano a finire in una
>  cartella che sia del tipo /usr/tmp

beh, per evitare casini dovresti fare questa operazione in single user
mode e senza servizi attivi, io farei così:

mkdir /usr/tmp
rm -rf /tmp
ln -s /usr/tmp /tmp

Facile no? Un link.

Però verifica che la partizione dove sta /usr/tmp sia montata
(all'avvio) prima che qualcuno decida di usare /tmp. Per lo meno
verifica di non avere errori nuovi all'avvio che potrebbe essere un buon
indice.

Ciao
Vincenzo

-- 
First they ignore you, then they laugh at you,
then they fight you, then you win.
[Gandhi]



Reply to: