Navegación y archivos
ls -la
find / -name "*.txt"
grep -r "texto" /path
tar -czvf archivo.tar.gz /path
Permisos y usuarios
chmod +x script.sh
chown user:file file
whoami
sudo -l
Red
ip a
ss -tulpn
netstat -ano
curl -I http://example.com
Procesos
ps aux
top / htop
kill -9 PID
systemctl status servicio