who to change the duplex setting of network interface in
command line
Answer / guest
ethtool -s <ethx> speed 1000 duplex full autoneg on
| Is This Answer Correct ? | 4 Yes | 0 No |
What does #!/ Bin sh do?
what is the function of grep command?
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<stdlib.h> # include <stdio.h> 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:
What is a bash command?
what is the use of wild cards?
What does awk stand for?
What is the behavioural difference between cmp and diff commands?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
What is the basic difference between unix and windows operating systems?
43 Answers Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,
How do I use nslookup?
How do you know about running processes of a particular user?
What is the difference between udp and tcp?