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 updatedb?

679


What do chown command do?

626


What is the command to find hidden files in the current directory?

692


Explain command to view process running?

700


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

921






Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

712


Enlist some filename manipulation commands in unix.

630


What is the use of egrep command in unix?

704


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:

1850


What is rmdir command?

657


What is command statement?

656


why metadb requires a seperate slice to create Solaris volume manager

2654


What is the command to compare two files in unix?

709


What is ctrl d?

686


What happens when we execute a unix command?

695