Answer Posted / 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 |
Post New Answer View All Answers
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 a socket address?
Can a socket have multiple ports?
What is difference between socket and websocket?
Why do we need sockets?
How do I use TCP_NODELAY?
What are the pros/cons of select(), non-blocking I/O and SIGIO?
What is the purpose of socket?
How does unix socket work?
What is the difference between SO_REUSEADDR and SO_REUSEPORT?
How can I set the timeout for the connect() system call?
What's the difference between a socket and a port?
Why does the sockets buffer fill up sooner than expected?
How can I tell when a socket is closed on the other end?
How can I force a socket to send the data in its buffer?