4
Propósito y uso típico de /etc/rc.local
El encabezado se ve así: #!/bin/sh -e # # rc.local - executed at the end of each multiuser runlevel # # Make sure that the script will "exit 0" on success or any other # value on error. ¿Cuál es la razón de este archivo (no contiene mucho) y qué …