Información general
General
# Sistema
uname -a
cat /etc/*release
cat /etc/issue
# Hostname, host y DNS
cat /etc/hostname /etc/hosts /etc/resolv.confUsuarios y grupos
whoami
id
cat /etc/passwd
# Usuarios
cat /etc/passwd | cut -d: -f1
# Usuarios con consola
cat /etc/passwd | grep "sh$"Procesos
Process snooping
pspy
tmux
Servicios de red
Puerta de enlace (gateway)
netstat
Última actualización