How to view a Linux static routing configuration file?
In the Linux system, the static route configuration files are typically located in /etc/sysconfig/network-scripts/route-
cat /etc/sysconfig/network-scripts/route-<interface>
or
cat /etc/sysconfig/network-scripts/route-<interface>-<network>
You can use the cat command to view the contents of the static route configuration file. If the file does not exist, it means that there is no static route configured for the corresponding network interface or target network.