Which one of the following services can be run as a non-root user?

Correct Answer for the Question – Which one of the following services can be run as a non-root user? is given below To increase system security, it is often desirable to run daemons for system services with nonroot user ids. Which one of the following services can be run as a non-root user? inetd named C. … Read more

Which pieces of a large program need to be recompiled and issues the commands to recompile them when necessary.

Correct Answer for the Question – Which pieces of a large program need to be recompiled and issues the commands to recompile them when necessary. is given below GNU Make determines which pieces of a large program need to be recompiled and issues the commands to recompile them when necessary.GNU Make is a program that determines … Read more

The command “make config” requires bash.

Correct Answer for the Question – The command “make config” requires bash. is given below The command “make config” requires bash.The command ‘make config’ while in /usr/src/linux starts a configure script which asks you many questions. It requires bash, so verify that bash is /bin/bash, /bin/ sh, or $BASH. TRUE FALSE Correct Answer The Correct Answer … Read more

Rate this advice:

Correct Answer for the Question – Rate this advice: is given below Rate this advice:In order to use the latest kernel, it is necessary to first upgrade to the newest utilities and libraries.In order to use the latest kernel, it is first necessary to upgrade to the newest utilities and libraries. TRUE FALSE Correct Answer The … Read more

With insmod, the paths listed in /etc/modules.conf override the paths defined in MODPATH.

Correct Answer for the Question – With insmod, the paths listed in /etc/modules.conf override the paths defined in MODPATH. is given below With insmod, the paths listed in /etc/modules.conf override the paths defined in MODPATH.If the module file name is given without directories or extension, insmod will search for the module in some common default directories. … Read more

Rate this comment:

Correct Answer for the Question – Rate this comment: is given below Rate this comment:Linux by and large is monolithic.Is Linux Purely Monolithic?Linux by and large is monolithic. However, Linux permits modules, a system whereby certain parts of the kernel may be loaded at runtime. Linux modules are reminiscent of micro-kernel architectures, but Linux really remains … Read more