Is there a way to show all open files by IP address on linux? I use this: netstat -atun | awk '{print }' | cut -d: -f1 | sed -e '/^$/d' |sort | uniq -c | sort -nIs there a way to show all open files by IP add
Is there a way to show all open files by IP address on linux? I use this: netstat -atun | awk '{print }' | cut -d: -f1 | sed -e '/^$/d' |sort | uniq -c | sort -nIs there a way to show all open files by IP add