Top 50+ Solved Fedora MCQ Questions Answer
Q. The directory /media is the
a. mount point for removable media
b. mount point for filesystem
c. both (a) and (b)
d. none of the mentioned
Q. What is /bin/sh ?
a. bourne shell
b. hard or symbolic link to the real shell command
c. bash shell
d. both (b) and (c)
Q. The /boot directory stores the data that is used
a. before the kernel begins executing user mode programs
b. after the kernel begins executing user mode programs
c. before the bootloader is loaded in the ram
d. none of the mentioned
Q. Which one of the directory does not contain binary files?
a. /bin
b. /sbin
c. /etc
d. none of the mentioned
Q. Kernel modules are present in
a. /lib directory
b. /root directory
c. /boot directory
d. none of the mentioned
Q. The directory /opt is reserved for
a. installation of add-on application software packages
b. optional booting files
c. optional user specific files
d. none of the mentioned
Q. The directory /srv contains
a. site-specific data which is served by the system
b. all the system files
c. all the service files provided by the specific user
d. none of the mentioned
Q. Any file or directory present in the ______ directory may not be reserved between the invocation of the program.
a. /var
b. /tmp
c. /etc
d. all of the mentioned
Q. What is a context switch?
a. kernel switches from executing one process to another.
b. process switches from kernel mode to user mode.
c. process switches from user mode to kernel mode.
d. none of the above
Q. What is the default maximum number of processes that can exist in Linux?
a. 32768
b. 1024
c. 4096
d. unlimited
Q. How do you get parent process identification number?
a. waitpid
b. getpid()
c. getppid()
d. parentid()
Q. The process which terminates before the parent process exits becomes
a. zombie
b. orphan
c. child
d. none of the above
Q. The terminal used by a Daemon process is:
a. any terminal
b. no terminal
c. b) root terminal
d. system console