LAB_03: Visualización de Hostname

Tarea: Muestra el nombre del host del sistema leyendo el archivo /etc/hostname.

Objetivo

cat /etc/hostname

Instrucciones

1. El comando cat sirve para leer archivos.

2. Apunta a /etc/hostname.

Progreso Curso 3/10
student@modularlab:~
BASH 5.0

# Welcome to Modular Lab Interactive Terminal v1.0.0

student@modularlab:~$