зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-03 23:26:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			14 строки
		
	
	
		
			279 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 строки
		
	
	
		
			279 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
ss - another util to investigate sockets
 | 
						|
 | 
						|
ss -nlp | grep 8080
 | 
						|
    -l  listening ports
 | 
						|
    -t  ??? tcp
 | 
						|
    -u  ??? udp
 | 
						|
    -n  more fine-tuned results
 | 
						|
    -p  ???
 | 
						|
 | 
						|
sudo ss -tulpn | grep :6379
 | 
						|
 | 
						|
2018
 | 
						|
https://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html
 |