Unix Commands Interview Questions
Questions Answers Views Company eMail

What is {} in find command?

770

Does cp command overwrite files?

818

What are file commands?

850

How do I run a whois command?

814

What are bash commands?

785

What is the size of time_t?

882

Why is it called grep?

742

How do I clear my terminal history?

790

What is awk good for?

787

What is ctrl d?

795

How does shebang work?

798

What does the metacharacter mean?

795

What does grep v grep do?

758

What is sed awk grep?

815

How do I run a bash script?

801


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

What does grep v grep do?

758


What is in grep command?

839


What is pipe command in unix?

884


What is grep command in unix with examples?

817


What is ctrl d?

795


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:

1961


Why is it called a shebang?

787


What do know about tee command?

805


What are awk commands?

791


What are the unix commands?

742


What is awk used for?

821


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

1188


Is command prompt unix?

775


What do know about tee command and its usage?

841


What is the command to find maximum memory taking process on the server?

875