How can we see the default gateway ip ini linux.
Answers were Sorted based on User's Feedback
Answer / krishna prasad
# vi /etc/sysconfig/network
or
# route -n
or
# netstat -rn
| Is This Answer Correct ? | 4 Yes | 0 No |
What is cpu utilization linux?
What is bc command in unix?
script is like x=10; y=20; [$x-ne$y]; echo $ please give me output.
What are bash scripts used for?
What is the command to see all the processes are working in the last 30 days?
How do I set permission to run in linux?
How to monitor ports in a linux machine, with single command?
What is difference between egrep and grep?
Why ls -F dev/log file output indicate as = sign at end of the file name?
What does (cd dir && command) do?
How do you know which shell I am using in linux?
What are runlevels in linux?