no

Cerca

Heus ací els resultats de la cerca.

copia-remotos @info:cursos:lpic2:scripts
8 Resultats, Darrera modificació:
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
3 Resultats, Darrera modificació:
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
2 Resultats, Darrera modificació:
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
1 Resultats, Darrera modificació:
ere" echo "$hosts"; else # echo " Backups NOT Available" echo -n "" fi fi done </code>