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 are grep commands?
What is the syntax of mkdir?
Explain about the command elm?
The command ‘umask -S’
What is clang tidy?
What is DISM command?
What is grep command in linux with examples?
What is the ipconfig command for linux?
Where can I find bash in linux?
How can I only see the last 5 lines of a file?
What command is used to check the number of files, disk space, and each user’s defined quota?
What is makefile in unix?