who to change the duplex setting of network interface in
command line

Answer Posted / guest

ethtool -s <ethx> speed 1000 duplex full autoneg on

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rmdir command?

555


What is ctrl d?

596


How do I delete files from command prompt?

553


What is a command and examples?

587


What is time_t?

588






Describe the usage and functionality of the command rm –r * in unix?

824


How can you see the command line history?

586


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1764


How to use grep command to list find the records of a file containing 10 different strings?

646


Explain command to view process running?

617


What does the metacharacter mean?

611


What is the size of time_t?

651


What is command substitution?

627


What is {} in find command?

584


What is s and g in sed command?

561