2. Linux

This document will have most of the usefull commands syntaxes.

2.1. Netstat / SS

ss command is the replacement for netstat

# ss -ltn

2.2. IP / ifconfig

# ip link

2.3. Find

Usage of Find command
Command Description
find / -path /proc -prune -o -type d -perm -o+w 2>/dev/null Writable directories
find / -path /proc -prune -o -type f -perm -o+w 2>/dev/null Writable files