Sail E0 Webinar

MCQs

Total Questions : 135 | Page 6 of 14 pages
Question 51. To build a modularized kernel, the kernel-headers and kernel-source packages must first be installed. Where will you find the kernel-headers and kernel-source?
  1.    /usr/src/linux
  2.    None of the listed here
  3.    /usr/bin
  4.    /usr/local
 Discuss Question
Answer: Option A. -> /usr/src/linux
Question 52. You just added a new user, kara, to the system. What group is kara added to by default?
  1.    user
  2.    kara
  3.    group
  4.    root
 Discuss Question
Answer: Option B. -> kara
Question 53. What are the appropriate Hex codes for setting Linux swap and Linux native partition types in fdisk?
  1.    63 and 64
  2.    53 and 64
  3.    92 and 93
  4.    82 and 83
 Discuss Question
Answer: Option D. -> 82 and 83
Question 54. After you have compiled your kernel, what do you have to edit to boot your new kernel image?
  1.    /etc/conf.modules
  2.    /boot/lilo.conf
  3.    None of the listed here
  4.    /etc/lilo.conf
 Discuss Question
Answer: Option D. -> /etc/lilo.conf
Question 55. To create an installation boot floppy disk from Linux (or another Unix) machine, what command could you use?
  1.    fsck
  2.    dd
  3.    fdisk
  4.    None of the listed here
 Discuss Question
Answer: Option B. -> dd
Question 56. What command do you use to delete a file?
  1.    rename
  2.    cp
  3.    rm
  4.    delete
 Discuss Question
Answer: Option C. -> rm
Question 57. What command is used to terminate a process?
  1.    kill
  2.    cancel
  3.    shutdown
  4.    haltsys
 Discuss Question
Answer: Option A. -> kill
Question 58. Which of the following command lists the last 10 lines of a file?
  1.    grep
  2.    tail
  3.    head
  4.    cat
 Discuss Question
Answer: Option B. -> tail
Question 59. What command is used to assign only read permission to all three categories of the file'letter'?
  1.    chmod go + r letter
  2.    chmod ugo = r letter
  3.    chmod u + r, g + r, o - x letter
  4.    chmod a - rw letter
 Discuss Question
Answer: Option B. -> chmod ugo = r letter
Question 60. What command is used with vi editor to delete three words?
  1.    3 dd
  2.    3$d
  3.    None of the listed here
  4.    3 dw
 Discuss Question
Answer: Option D. -> 3 dw

Latest Videos

Latest Test Papers