Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- copia-remotos @info:cursos:lpic2:scripts
- if [ -f "/mnt/temporal/hostname.txt" ]; then NOMBRE=`cat /mnt/temporal/hostname.txt` # desmonto... # creo el nuevo punto de montaje mkdir /mnt/$NOMBRE mount -t nfs $1:/home/backups /mnt/$NOMBRE else NOMBRE='temporal' fi if [ ! -d "/mnt/$NOMBRE/d4" ]; then mkdir /mnt/$NOMBRE/d4 if
- recopilador @info:cursos:lpic2:scripts
- cargados)' lsmod # seguridad: shadow passwords # no funciona if [ "$LOGNAME" = "root" ]; then ejecut... ow' "[-f '/etc/shadow']; || echo 'las contraseñas no están en shadow'" fi # seguridad: shadow passwords # no funciona if [ "$LOGNAME" = "root" ]; then ejecut
- backup @info:cursos:lpic2:scripts
- f $path_backup/etc.tar.gz /etc/* # backup /home (no el vmail, no el backups) for homes in `find /home/* -maxdepth 0 | grep -v ^$path_correo* | grep -v ^$
- busca-nfs @info:cursos:lpic2:scripts
- ere" echo "$hosts"; else # echo " Backups NOT Available" echo -n "" fi fi done </code>