HomePage :: Categorías :: Cambios :: Indice :: Login :: Guegue.Com :: Búsqueda:

HOWTO: Cómo resetear /tmp


Crear /tmp.new con los mismos permisos o propiedades:
$ mkdir /tmp.new
$ chmod +t /tmp.new
$ chmod og+wrx /tmp.new


Apagar servicios:
$ service httpd stop
$ service postgresql stop


Mover:
$ mv tmp tmp.old
$ mv tmp.new tmp


Encender servicios:
$ service httpd start
$ service postgresql start


Borrar tmp viejo:
$ rm -fr /tmp.old

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0194 seconds