System Administrator 2026
The first linux kernel which supports the SMP hardware?
  • A. Linux 0.1
  • B. Linux 1.0
  • C. Linux 1.2
  • D. Linux 2.0
Which binary format is supported by linux?
  • A. out
  • B. Elf
  • C. Both a.out and elf
  • D. None of the mentioned
Which one of the following bootloader is not used by linux?
  • A. Grub
  • B. Lilo
  • C. Ntldr
  • D. None of the mentioned
The first process launched by the linux kernel is ___________
  • A. Init process
  • B. Zombie process
  • C. Batch process
  • D. Boot process
Which desktop environment is not used in any linux distribution?
  • A. Gnome
  • B. Kde
  • C. Unity
  • D. None of the mentioned
Standard set of functions through which interacts with kernel is defined by ___________
  • A. System libraries
  • B. Kernel code
  • C. Compilers
  • D. Utility programs
Which one of the following is not a linux distribution?
  • A. Debian
  • B. Gentoo
  • C. Open suse
  • D. Multics
A thread is also called ___________
  • A. Light weight process(lwp)
  • B. Heavy weight process(hwp)
  • C. Process
  • D. None of the mentioned
A thread shares its resources(like data section, code section, open files, signals) with ___________
  • A. Other process similar to the one that the thread belongs to
  • B. Other threads that belong to similar processes
  • C. Other threads that belong to the same process
  • D. All of the mentioned