Linux Interview Questions and Answers
| 1. |
What is Linux? |
| |
Linux is a free operating system that was created by Linus Torvalds when he was a student at the university of Helsinki in 1991.
Torvalds started Linux by writing a kernel – the heart of the operating system – partly from scratch and partly by using publicly available software.
|
| 2. |
What are the characteristics of Red Hat Enterprise Linux? |
| |
Some characteristics of Red Hat Enterprise Linux are as follows:-
Longer release intervals
-
Multiple support options
-
Documentation and training
|
| 3. |
What is Kernel? |
| |
Kernel is the component that is responsible for managing the resources of a computer system. |
| 4. |
What is the file server in Linux server? |
| |
- File server is used for file sharing.
-
It enables the processes required for sharing.
-
All the files can be stored at a centralized location.
-
Linux uses Samba to view the files on the server.
-
Files on this server are backed up on a regular basis.
|