Linux commands used in day-to-day life
Here are the top 10 Linux commands I use in my day-to-day activities as a DevOps engineer. These are super important for basic-level debugging.
Netstat
Used to check if an application is running on a particular port or not.
netstat -apn | grep <port-...
stalin.romi3 min read
Devendra Date
Devops Engineer
Informative blog 👍