====== Differences ======

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
it:adminsys [2023/02/15 08:29] – created - external edit 127.0.0.1it:adminsys [2026/06/03 15:37] (current) vlp
Line 1: Line 1:
-# Memo commande en vrac 
- 
 ## Afficher info cpu ## Afficher info cpu
  
Line 55: Line 53:
     sudo lsof -i -P -n | grep LISTEN     sudo lsof -i -P -n | grep LISTEN
  
-## renommage massif+## Renommage massif
  
     zmv -n '(*).md' '$1.txt'     zmv -n '(*).md' '$1.txt'
 +    
 +## check ip used by apps
 +
 +    sudo lsof -Pan -p [PID] -i | grep [port]