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 |
What is the difference between kill and kill -9 commands?
What command should you use to check your file system?
How do you list all the files in a directory, including hidden files?
How can you copy lines into the buffer in command mode?
Can I delete .bash history?
What is p in mkdir?
What is whois command in linux?
How do I create a .txt file?
Which command is used to compare the files?
Who am I command in linux?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
How you will create new folder / directories and how to remove file and folder in linux?