Home / CSE MCQs / Linux MCQs :: Basic Linux

CSE MCQs :: Linux MCQs

  1. Filesystem for CDROM is:
  2. A.
    Ext2
    B.
    Ext3
    C.
    Isofs
    D.
    Procfs

  3. Which file system has journaling capability?
  4. A.
    Ext2
    B.
    Ext4
    C.
    Isofs
    D.
    Procfs

  5. Which file contains the filesystems to be automatically mounted during boot?
  6. A.
    /etc/mount
    B.
    /etc/fstab
    C.
    /etc/inittab
    D.
    /etc/boot

  7. ____ is a directory (which should exist), on which to mount the file system?
  8. A.
    Root
    B.
    Boot
    C.
    Mount-point
    D.
    Partition

  9. On Linux, initrd is a file
  10. A.
    containing root file-system required during bootup
    B.
    Contains only scripts to be executed during bootup
    C.
    Contains root-file system and drivers required to be preloaded during bootup
    D.
    None of the above

  11. Which is loaded into memory when system is booted?
  12. A.
    Kernel
    B.
    Shell
    C.
    Commands
    D.
    Script

  13. The process of starting up a computer is known as
  14. A.
    Boot Loading
    B.
    Boot Record
    C.
    Boot Strapping
    D.
    Booting

  15. Bootstrapping is also known as
  16. A.
    Quick boot
    B.
    Cold boot
    C.
    Hot boot
    D.
    Fast boot

  17. The shell used for Single user mode shell is:
  18. A.
    bash
    B.
    Csh
    C.
    ksh
    D.
    sh

  19. Single user mode shell runs as
  20. A.
    Admin user
    B.
    Root user
    C.
    normal user
    D.
    Log user