Home / CSE MCQs / Linux MCQs :: Basic Linux

CSE MCQs :: Linux MCQs

  1. Which of these is not a Unix Flavor?
  2. A.
    BSD
    B.
    MAC
    C.
    AIX
    D.
    IRIX

  3. Which of the following statement is FALSE ?
  4. A.
    Unix supports multiple users
    B.
    Linux is an open source operating system and the source code is shared
    C.
    Shell takes care of inter process communication
    D.
    Shell provides the feature of I/O Redirection

  5. Which of the following UNIX flavor is from IBM?
  6. A.
    BSD
    B.
    Solaris
    C.
    HP-UX
    D.
    AIX

  7. x86-32 uses which programming model?
  8. A.
    IP16
    B.
    IP32
    C.
    ILP16
    D.
    ILP32

  9. What are the sizes of (Integer/Long/Pointer) in LP64 programming model?
  10. A.
    8/8/8
    B.
    4/4/8
    C.
    4/8/8
    D.
    4/8/4

  11. Which among the following is used to write small programs to control Unix functionalities?
  12. A.
    Shell Commands
    B.
    Shell Script
    C.
    Filters
    D.
    C Language

  13. What control character signals the end of the input file?
  14. A.
    ctrl + a
    B.
    ctrl + b
    C.
    ctrl + c
    D.
    ctrl + d

  15. How do you get help about the command "cp?
  16. A.
    help cp
    B.
    man cp
    C.
    cd ?
    D.
    cd cp

  17. To increase the response time and throughput, the kernel minimizes the frequency of disk access by keeping a pool of internal data buffer called
  18. A.
    Pooling
    B.
    Spooling
    C.
    Buffer cache
    D.
    Swapping

  19. At start of process execution, STDOUT & STDERR
  20. A.
    Point to current terminal device
    B.
    Are closed
    C.
    Point to special files on the system
    D.
    None of the above