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 |
How can I tell when a socket is closed on the other end?
Are sockets files?
What is socket address with example?
What exactly does SO_REUSEADDR do?
How do I get the port number for a given service?
What exactly does SO_LINGER do?
How would I put my socket in non-blocking mode?
How do unix sockets work?
Why does connect() succeed even before my server did an accept()?
Why do I get EPROTO from read()?
When should I use shutdown()?
What is the difference between connected and unconnected sockets?