Sail E0 Webinar

MCQs

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

Latest Videos

Latest Test Papers