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 |
Is tcp or unix socket faster?
What does af mean in sockets?
What is a socket connection?
Is socket a hardware or software?
How can my client work through a firewall/proxy server?
What is the difference between close() and shutdown()?
If bind() fails, what should I do with the socket descriptor?
What is difference between socket and websocket?
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?
How would I put my socket in non-blocking mode?
How many sockets can a cpu have?
How can I put a timeout on connect()?