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 |
Why do I get EPROTO from read()?
What is a deep well socket?
How can I read ICMP errors from connected UDP sockets?
What is the difference between read() and recv()?
What is the difference between connected and unconnected sockets?
How can I write a multi-homed server?
Is there any advantage to handling the signal, rather than just ignoring it and checking for the EPIPE error? Are there any useful parameters passed to the signal catching function?
What is the purpose of socket?
What exactly is a socket?
How should I choose a port number for my server?
What is the difference between close() and shutdown()?
What is difference between socket and websocket?