What is LILO?
Answers were Sorted based on User's Feedback
Answer / shriya goswami
Answer
LILO is Linux Loader is a boot loader for Linux. It is used
to load Linux into the memory and start the Operating
system. LILO can be configured to boot other operating
systems as well. LILO is customizable, which means that if
the default configuration is not correct, it can be changed.
Config file for LILO is lilo.conf.
| Is This Answer Correct ? | 13 Yes | 1 No |
What is the difference between close() and shutdown()?
How come only the first part of my datagram is getting through?
What are socket exceptions? What is out-of-band data?
What are raw sockets?
How many sockets can a port have?
How can I write a multi-homed server?
How should I choose a port number for my server?
Whats the difference between select() and poll()?
How come select says there is data, but read returns zero?
What exactly does SO_REUSEADDR do?
How can I bind() to a port number < 1024?
Explain the TIME_WAIT state.