what is the command to check network interfaces in our system?
how to set etho to 10 full duplex speed?
Answers were Sorted based on User's Feedback
Answer / kk.utnoor
ifconfig, ifconfig -a, ip dev ls,
ethtool -s eth0 speed 10 duplex full
to watch the info on eth0 ( mii-diag --watch eth0 )
| Is This Answer Correct ? | 10 Yes | 1 No |
How do I check cores in linux?
difference between Tcp and udp
Find command can search for files by
How commands work in linux?
in LINUX,What are two subtle differences in using the more and the pg commands?
How many types of dos commands are there?
What is df -h command?
Explain trap command; shift command, getopts command of linux?
How can I only see the first 14 lines of a file?
What does the following command line produce? Explain each aspect of this line. $ (date ; ps -ef | awk {print $1}' | sort | uniq | wc -l ) >> Activity.log
Explain about refer?
What does mkdir mean?