Q. Which feature is used to prevent overwriting an existing file the redirection operation?

  • (A) Noclobber
  • (B) Cat
  • (C) Man
  • (D) Mkfs
πŸ’¬ Discuss
βœ… Correct Answer: (A) Noclobber

Q. From where did the file system can be used to unambiguously identified and referenced?

  • (A) Tree structure
  • (B) Folders
  • (C) Home directory
  • (D) Root directory
πŸ’¬ Discuss
βœ… Correct Answer: (A) Tree structure

Q. For what based of PC’s, Linux was specifically designed?

  • (A) Intel
  • (B) HCL
  • (C) Wipro
  • (D) IBM
πŸ’¬ Discuss
βœ… Correct Answer: (A) Intel

Q. Which command can be used to check the name of a computer system in linux

  • (A) compname
  • (B) computername
  • (C) hostname
  • (D) myname
πŸ’¬ Discuss
βœ… Correct Answer: (C) hostname

Q. Which command cannot be used to edit a text file from command line

  • (A) touch
  • (B) cat
  • (C) vi
  • (D) vim
πŸ’¬ Discuss
βœ… Correct Answer: (A) touch

Q. What is the default permission value for a file created in linux

  • (A) 644
  • (B) 664
  • (C) 774
  • (D) 777
πŸ’¬ Discuss
βœ… Correct Answer: (A) 644

Q. The core component of Linux Operating System which interacts directly with hardware and provides low level services to upper layer components is known as

  • (A) Interface
  • (B) Shell
  • (C) Kernel
  • (D) Library
πŸ’¬ Discuss
βœ… Correct Answer: (C) Kernel

Q. Which command is used to save and exit after editing a text file via vi command

  • (A) :nw
  • (B) :qw
  • (C) :wq
  • (D) :wn
πŸ’¬ Discuss
βœ… Correct Answer: (C) :wq

Q. The "se nu" command in vi editor will

  • (A) display sequential line numbers
  • (B) add a new blank column
  • (C) hide sequential line numbers
  • (D) delete the first column
πŸ’¬ Discuss
βœ… Correct Answer: (A) display sequential line numbers

Q. Which command will display the kernel version of linux operating system

  • (A) uname -a
  • (B) uname -r
  • (C) uname -k
  • (D) uname -v
πŸ’¬ Discuss
βœ… Correct Answer: (B) uname -r