what do you understand by 'building block primitive'?

Answer Posted / arati

yes

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the md command do?

576


What is ‘ps’ command for?

618


How many unix commands are there?

630


What do know about tee command and its usage?

591


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

628






How do I search for text in vi?

587


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


What difference between cmp and diff commands?

724


Enumerate some of the most commonly used network commands in unix?

620


Who wrote grep?

587


How do I delete files from command prompt?

553


What is the difference between cat command and more command?

599


What is the general format of unix command syntax?

694


What is s and g in sed command?

561


What is the command to view process running?

576