Trending

#Lsof

Latest posts tagged with #Lsof on Bluesky

Latest Top
Trending

Posts tagged #Lsof

Post image

¿Quieres saber qué comandos ejecuta un usuario recién conectado?

w -h usuario | awk ‘{print $2}’ | xargs -I{} lsof -i -nP | grep {}

🔍 Muestra conexiones activas por terminal (tty/pts).

🕷️ Si el primer comando es ssh a otro servidor…

#Linux #Debian #Forense #lsof

0 0 0 0
Post image

¿No sabes qué demonios se está conectando a Internet?

lsof -i -P -n | grep ESTABLISHED

Muestra procesos que tienen conexiones activas.

😱 Si ves tu impresora hablando con Rusia…

💀 Más vale un firewall que un testigo.

#Linux #Debian #SysAdmin #HumorNegro #Seguridad #lsof

0 1 0 0
Preview
Essential Commands to Monitor Disk Usage in Linux Monitoring disk usage is crucial for maintaining a healthy Linux system. By regularly checking disk usage, you can prevent disk space issues, identify large files and directo...

Essential Commands to Monitor Disk Usage in Linux #Disk #Usage #Linux #Monitor #Df #Du #Ncdu #Ls #Find #Lsof #Stat #Inode #Btrfs #Journalctl

0 0 0 0
Preview
How To Check And Secure Open Ports In Linux - OSTechNix In this guide, we will explain how to check open ports and secure them in Linux using firewall rules and best practices.

How To Check And Secure Open Ports In Linux #Linuxnetworking #Linuxsecurity #Linuxadmin #Linuxhowto #Linux #netstat #ss #firewalld #iptables #nmap #lsof
ostechnix.com/check-and-se...

2 1 0 0