Home / Programming MCQs / Linux MCQs / Question
J
Q. When the kernel has finished booting, what process is started?
The Kernel is the part of the operating system that loads first, and it stays in the main memory. Generally, the Kernel is responsible for memory management, process management and disk management. The Kernel connects the system hardware to the application software. Every operating system has a kernel. init is the parent of all processes on the system, it is executed by the kernel and is responsible for starting all other processes; it is the parent of all processes whose natural parents are dead and is responsible for picking them up when they die. The processes managed by init are called jobs and are defined by files in the /etc/init directory.
You must be Logged in to update hint/solution
What letter combination is used to refer to the virtual consoles that you can flip through on Linux?
Which directory contains the system configuration files?
What command is used to assign executable permission to all of the files named "report"?
Which of the following is used to end the 408 process without allowing it to exit gracefully?
___________is not a communication command.
Which of the following command is used to create file in Linux?
Which command is used to add new user in linux system?
How many types of sockets are there?
In what file can you specify which users are not allowed to access a system via FTP?
Discusssion
Login to discuss.