Linux Interview Questions
5. |
What is Linux Kernel? |
|
The Linux Kernel is a low level systems software whose main role is to manage hardware resources for the user.
It is also used to provide an interface for user level interaction.
|
6. |
What is meant by Network servers? |
|
Providing networking services to the client computers on the LAN or to the entire Internet is what Linux does best.
A variety of software packages are available that enable you to use Linux as a print server, file server, FTP server, mail server, Web server, news server, or workgroup (DHCP or NIS) server.
|
7. |
What is redirection? |
|
Redirection is the process of directing data from one output to another. It can also be used to direct an output as an input to another process.
|