Q. OSS stands for ___.

  • (A) Open System Software
  • (B) Open Source Software
  • (C) Open System Source
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) Open Source Software

Q. Which Linux command is used to force all buffers to disk?

  • (A) sync
  • (B) fflush
  • (C) flush
  • (D) clearx
πŸ’¬ Discuss
βœ… Correct Answer: (A) sync

Q. Compressed files or zipped files can be viewed with the help of ___ command.

  • (A) unzip
  • (B) catz
  • (C) zcat
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) zcat

Q. The command ___ decompresses a file like gunzip command.

  • (A) bunzip
  • (B) bunzip2
  • (C) bunzip3
  • (D) bunzip0
πŸ’¬ Discuss
βœ… Correct Answer: (B) bunzip2

Q. The ___ term stands for the calendar. It displays the current month's calendar with the current day highlighted.

  • (A) calendar
  • (B) calc
  • (C) cal
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) cal

Q. Which Linux command is used to record a user login session in a file?

  • (A) script
  • (B) style
  • (C) log
  • (D) record
πŸ’¬ Discuss
βœ… Correct Answer: (A) script

Q. Which Linux command is used to display the operating system name?

  • (A) os
  • (B) osname
  • (C) osinfo
  • (D) uname
πŸ’¬ Discuss
βœ… Correct Answer: (C) osinfo

Q. Which Linux command is used to print a file?

  • (A) lp
  • (B) pr
  • (C) print
  • (D) ptr
πŸ’¬ Discuss
βœ… Correct Answer: (A) lp

Q. Which is the correct syntax to print the file using the default printer in Linux?

  • (A) lp [printer_name] [path or filename]
  • (B) lp -a [printer_name] [path or filename]
  • (C) lp -d [printer_name] [path or filename]
  • (D) lp -d [path or filename] [printer_name]
πŸ’¬ Discuss
βœ… Correct Answer: (C) lp -d [printer_name] [path or filename]

Q. Which is the correct syntax to print the file using the default printer with multiple copies in Linux?

  • (A) lp -d -n [printer_name] [path or filename]
  • (B) lp -d -n 5[printer_name] [path or filename]
  • (C) lp -d [printer_name] -n [path or filename]
  • (D) lp -d [printer_name] -n 5 [path or filename]
πŸ’¬ Discuss
βœ… Correct Answer: (D) lp -d [printer_name] -n 5 [path or filename]