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



what is the command to check network interfaces in our system? how to set etho to 10 full duplex sp..

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

what is the command to check network interfaces in our system? how to set etho to 10 full duplex sp..

Answer / krishna

10 duplex means exactly how much speed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

what is the command to uninstall processes in linux?

17 Answers   Aegon, HCL, IBM, Ugam Solutions,


How to recover /etc/passwd file and /etc/shadow file?

0 Answers  


How do you create a text file in linux?

0 Answers  


What does uname do in linux?

0 Answers  


our wish to print the file vacations with 60 lines to a page. Which command will accomplish this?

2 Answers  






What is Data Command?

0 Answers  


Explain grep command.

0 Answers  


What is the ipconfig command for linux?

0 Answers  


What is tail command in linux?

0 Answers  


Does cp overwrite?

0 Answers  


tell me something about linux commands.

0 Answers   Ericsson,


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

4 Answers   Cisco,


Categories