Operating Systems - File Systems & Unix/Linux Commands

Test your knowledge of operating systems including file systems (FAT, NTFS), Unix/Linux commands, permissions, process management, and Windows Server capabilities.

12 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

which command is used to display information about local and remote users?

  1. finger
  2. whois
  3. who
  4. whoami
Question 2 Multiple Choice (Single Answer)

Which command is used to delete all files in the current directory and all its sub-directories?

  1. rm
  2. rm -r
  3. rmdir
  4. del
Question 3 Multiple Choice (Single Answer)

How to switch to a super user status to gain privileges?

  1. sc
  2. su
  3. switch
  4. login
Question 4 Multiple Choice (Multiple Answers)

What is/are the default UMASK value in Linux?

  1. 002
  2. 022
  3. 020
  4. 200
Question 5 Multiple Choice (Single Answer)

To show the current PID what command should be execute?

  1. echo$$
  2. echo$PID
  3. echo$USER
  4. echo$user
Question 6 Multiple Choice (Single Answer)

What is the GID value of root?

  1. 0
  2. 1
  3. 2
  4. 3
Question 7 Multiple Choice (Single Answer)

What is the PID value for root?

  1. 0
  2. 1
  3. 2
  4. 3
Question 8 Multiple Choice (Single Answer)

What is the default permission for Directory?

  1. 777
  2. 755
  3. 666
  4. 644
Question 9 Multiple Choice (Single Answer)

How many Processor are supported by 'Enterprise Edition' of Win2003 Server?

  1. 1-2
  2. 1-4
  3. 1-8
  4. 8-32
Question 10 Multiple Choice (Multiple Answers)

Basic Disk can contain up to..

  1. 4-Primary Partitions
  2. 4-Extended Partitions
  3. 3-Primary and 1-Extended Partitions
  4. 1-Primary and 3-Extended Partitions
Question 11 Multiple Choice (Single Answer)

Which File-System is more secure?

  1. Fat-12
  2. Fat-16
  3. Fat-32
  4. NTFS
Question 12 True/False

'QUOTA' can be allocated in FAT-32 FileSystem.

  1. True
  2. False