Skip to Content

The export command is a bash shell BUILTIN command. It tells the Linux shell to make the variables available to the child processes. In Linux, the export command is usually used to change local variables to environment variables. We can use the export command to list all the global variables. It is the same as …

Read More about Mastering Linux Export Command

Here are five commands that we can use to troubleshoot network issues in Linux. ifconfig:  the ifconfig command is used to view and configure network interface parameters.  netstat: The netstat command is used to display network connections, routing tables, and other network statistics.  tcpdump – capture and analyze network traffic in Linux ping: The ping …

Read More about 5 useful Linux network troubleshooting commands