InterviewSolution
| 1. |
Can we think of systemd over init system? |
|
Answer» Systemd is the first process of the LINUX system and very well designed process in compare with init. Systemd is multithreaded and faster than init. Systemd is standard processes to CONTROL programs need to be run during Linux boot. It was conceived from the top, not just to fix the bugs, but to be a correct implementation of all the base system services. A systemd, may refer to all PACKAGES, utilities and the libraries around the daemon. It was designed to overcome all the shortcomings of init. It is itself a background process which is designed to start the processes in PARALLEL, and thus reducing the boot time and computational overheading. It has a lot of other features as compared to init.
|
|