What are the layers of unix operating system?
Answer / Shoaib Alam
The Unix operating system has five main layers. From bottom to top, these are the kernel (responsible for managing hardware resources), system calls (the interface between the application and the kernel), libraries (provide standard functions for common tasks), shell (command interpreter), and applications (programs that users run).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is wild-card interpretation?
Is a form of interprocess communication in unix?
Explain about shell aritmetic operators and functions?
What is unix buffer cache?
What methodology can be utilized to modify the password in unix?
What are a shell in unix and its types?
What are different types of files in unix?
What is the chief difference between the –v and –x option s to set?
Is unix only for supercomputers?
How to move a background job to forward?
How the Kernel handles the fork() system call in traditional Unix and in the System V Unix, while swapping?
Assume that there are two different filesystems as /abc and /xyz. There is a file A under filesystem /abc which has to be linked to filesystem /xyz. Which link will you use - soft link or hard link? why?