Linux CLI - Networking Commands
What will be the output of the command
netstat -tuln | grep ':22' if the SSH service is running and listening on port 22?netstat -tuln | grep ':22' if the SSH service is running and listening on port 22?netstat -tuln lists TCP and UDP ports numerically and listening; grep ':22' filters lines with ':22'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions