Q. The first edition of Unix was released on

  • (A) 1970
  • (B) 1971
  • (C) 1973
  • (D) 1974
πŸ’¬ Discuss
βœ… Correct Answer: (B) 1971

Q. Which one is a virtual filesystem

  • (A) etc
  • (B) dev
  • (C) mnt
  • (D) proc
πŸ’¬ Discuss
βœ… Correct Answer: (D) proc

Q. What is the maximum file size supported by Ext4 filesystem

  • (A) 2 TB
  • (B) 8 TB
  • (C) 16 TB
  • (D) 24 TB
πŸ’¬ Discuss
βœ… Correct Answer: (C) 16 TB

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

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

Q. In Linux operating system, each process is represented by a/an

  • (A) I node
  • (B) process control block
  • (C) process number
  • (D) process state
πŸ’¬ Discuss
βœ… Correct Answer: (B) process control block

Q. In Unix ,which of the following are not filter programs

  • (A) date
  • (B) Sort
  • (C) cat
  • (D) grep
πŸ’¬ Discuss
βœ… Correct Answer: (A) date

Q. In Unix the PID of the kernel process is

  • (A) 0
  • (B) 1
  • (C) 2
  • (D) Undefined
πŸ’¬ Discuss
βœ… Correct Answer: (A) 0

Q. In Unix, system identifies a file by its

  • (A) name
  • (B) path
  • (C) file owner
  • (D) inode number
πŸ’¬ Discuss
βœ… Correct Answer: (D) inode number

Q. The Command do you use to create Linux file system is

  • (A) fsck
  • (B) mkfs
  • (C) mount
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) mkfs
Explanation: mkfs command is used to create Linux file system.

For easy remember, have a look on this:
mk - make
f - file
s - system

Q. Core of Linux operating system is

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