Home / CSE / Learning Linux :: Section 3

CSE :: Learning Linux

  1. What command is used with file named 'letter' to remove the executable permission from the user and assign read permission to the group and others?

  2. A.
    chmod go + x, u - x letter
    B.
    chmod g - x, uo + r letter
    C.
    chmod go + r, u + x letter
    D.
    chmod u - x, go + r letter
    E.
    None of the above

  3. What command is used to assign executable permission to the owner of the file named "letter"?

  4. A.
    chmod ugo + x letter
    B.
    chmod u + x letter
    C.
    chmod u + w letter
    D.
    chmod g + x letter
    E.
    None of the above

  5. What command is used to compare the files?

  6. A.
    ccp
    B.
    du
    C.
    cmp
    D.
    comp
    E.
    None of the above

  7. What command is used to summarize the disk usage?

  8. A.
    disk
    B.
    du
    C.
    fdisk
    D.
    chkdsk
    E.
    None of the above

  9. What command is used to list the jobs currently in print queues?

  10. A.
    lpq
    B.
    lpr
    C.
    lprm
    D.
    lpc
    E.
    None of the above

  11. Which of the following format of partition tables does Linux use?

  12. A.
    Linux
    B.
    BSD
    C.
    UnixWare
    D.
    DOS
    E.
    None of the above

  13. Which of the following NIS clients returns the name of the NIS server used by the NIS client?

  14. A.
    ypwhich
    B.
    ypbind
    C.
    ypcat
    D.
    yppoll
    E.
    None of the above