Administración de Servidores Linux (Abacom)
2026-02-01
Concepto -> Ejemplo -> Práctica -> Reto
$ pwd /home/ubuntu $ ls -la total 32 drwxr-xr-x 4 ubuntu ubuntu 4096 Jan 31 10:00 . drwxr-xr-x 3 root root 4096 Jan 31 09:00 .. -rw-r--r-- 1 ubuntu ubuntu 220 Apr 18 2022 .bash_logout $ cd /etc
$ find /etc -maxdepth 2 -name "*.conf" 2>/dev/null /etc/adduser.conf /etc/debconf.conf /etc/ld.so.conf $ grep -n "PermitRootLogin" /etc/ssh/sshd_config 33:#PermitRootLogin prohibit-password