I want to see how many interfaces(ethernet cards) are
working using single command?
Answer Posted / sanil
mii-tool
ifconfig -a
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does && mean in linux?
How can you check the amount of lines in a file?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
Is a command a full sentence?
How is grep so fast?
How can I type in cmd?
How do I find cpu in linux?
What is build process?
How do you run command every time a file is modified?
What is makefile target?
How do I navigate in cmd?
Explain trap command; shift command, getopts command of linux?
How do you create a text file in linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
How do I run a .sh file in linux?