Unix Interview Questions
Questions Answers Views Company eMail

Is android unix like?

545

Why was unix invented?

479

What is source unix?

505

Is windows built on unix?

522

What is dot profile in unix?

537

How does unix work?

493

What is unix and why it is used?

543

How does unix file system work?

526

What is architecture of unix operating system?

493

What is inode in unix operating system?

521

Is unix free?

521

Is unix still relevant?

549

Is unix a kernel or os?

519

Why is unix better than windows?

510

Is windows a unix operating system?

522


Un-Answered Questions { Unix }

What is rmdir command?

561


What are the various schemes available in ipc?

563


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

806


Where unix is used today?

515


How to remove the directory in unix?

511






What is directory unix?

518


Is it possible to count number char, line in a file; if so, How?

728


What is unix operating system?

529


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:

1771


Differentiate swapping and paging.

495


How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?

594


What is the difference between a single dot and double dot in unix?

722


Is grep faster than awk?

573


Describe the term inode?

633


explain about the initial process sequence while the system boots up?

623