Q. Which argument and value with "lp" command specify the page orientation while printing a file?

  • (A) -o landscape/portrait
  • (B) -o l/p
  • (C) -o land/prt
  • (D) -or landscape/portrait
πŸ’¬ Discuss
βœ… Correct Answer: (A) -o landscape/portrait

Q. Which Linux command is used to identify file type?

  • (A) file
  • (B) type
  • (C) info
  • (D) finfo
πŸ’¬ Discuss
βœ… Correct Answer: (A) file

Q. How many types of users are in Linux?

  • (A) 2
  • (B) 3
  • (C) 4
  • (D) 5
πŸ’¬ Discuss
βœ… Correct Answer: (B) 3

Q. How many types of basic permissions to grant a user?

  • (A) 2
  • (B) 3
  • (C) 4
  • (D) 5
πŸ’¬ Discuss
βœ… Correct Answer: (B) 3

Q. The ___ command in Linux is used to convert the content of input in different formats with the octal format as the default format.

  • (A) od
  • (B) oct
  • (C) o_d
  • (D) octal
πŸ’¬ Discuss
βœ… Correct Answer: (A) od

Q. The "od" command in Linux is used to convert the content of input in different formats with the octal format as the default format.

  • (A) https
  • (B) http
  • (C) named
  • (D) dns
πŸ’¬ Discuss
βœ… Correct Answer: (C) named

Q. Which Linux command displays "cat" command's output with syntax highlighting or colorizing?

  • (A) xcat
  • (B) ccat
  • (C) coloredcat
  • (D) colored
πŸ’¬ Discuss
βœ… Correct Answer: (B) ccat

Q. The operator __ is used to redirect the output of a command to the file by erasing all existing data of that file.

  • (A) >
  • (B) >>
  • (C) <
  • (D) <>
πŸ’¬ Discuss
βœ… Correct Answer: (A) >

Q. The operator __ is used to redirect the output of a command to the file without erasing all existing data of that file.

  • (A) >
  • (B) >>
  • (C) <
  • (D) <>`
πŸ’¬ Discuss
βœ… Correct Answer: (B) >>

Q. The operators ">" and ">>" are known as ___.

  • (A) Insertion operators
  • (B) Exertion operators
  • (C) Redirection operators
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) Redirection operators