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 does in makefile do?

0 Answers  


Explain about chmod options filename?

0 Answers  


Write a command that will display all .txt files, including its individual permission.

0 Answers  


What is kill 9 in linux?

0 Answers  


How do I do a whois search?

0 Answers  






What is command grouping and how does it work?

0 Answers  


What command would you use to create an empty file without opening it to edit it?

0 Answers  


Which command is used to uncompress gzip files?

0 Answers  


What command can you use to review boot messages?

3 Answers   TCS,


Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory

2 Answers  


how to view crond status? If it's show service is not found.

6 Answers   Tech Mahindra,


What is df command in unix?

0 Answers  


Categories