informatica:linux:comandos_utiles
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:linux:comandos_utiles [2009/11/05 07:47] – editor externo 127.0.0.1 | informatica:linux:comandos_utiles [2015/04/13 20:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| -RAM | -RAM | ||
| - | -Tamaño partición swap | + | |
| + | ====== Acciones con archivos y directorios ====== | ||
| + | |||
| + | * Cambiar permisos a directorios o a archivos | ||
| find . -type d -exec chmod 0777 {} \; | find . -type d -exec chmod 0777 {} \; | ||
| find . -type f -exec chmod 0664 {} \; | find . -type f -exec chmod 0664 {} \; | ||
| + | * Copiar archivos | ||
| + | |||
| + | find /origen/ -type f -exec cp {} /destino/ \; | ||
| + | |||
| + | ====== Sincronizar Hora ====== | ||
| + | # ntpdate servertime.com | ||
| + | 6 Apr 17:52:00 ntpdate[5324]: | ||
| + | # / | ||
| + | Shutting down ntpd: [ OK ] | ||
| + | # ntpdate servertime.com | ||
| + | 6 Apr 18:17:14 ntpdate[5423]: | ||
| + | # / | ||
| + | Starting ntpd: | ||
informatica/linux/comandos_utiles.1257407274.txt.gz · Last modified: (external edit)
