Unix/Linux Commands and System Administration

Quiz covering Unix/Linux shell commands, Linux installation and partitioning, system security, and basic system administration tasks.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

what is the name of Linux boot loader

  1. lilo
  2. grub
  3. ntloader
  4. booter
Question 2 Multiple Choice (Single Answer)

what is essential partition in installing linux

  1. swap
  2. etc
  3. root or /
  4. var
Question 3 Multiple Choice (Single Answer)

how much amount of disk space is needed for a swap partition in general

  1. 4 times to RAM
  2. 3 Times to RAM
  3. 2 times to RAM
  4. RAM size
Question 4 Multiple Choice (Single Answer)

can you install without creating a home partition

  1. yes
  2. no
  3. cant say
  4. dont know
Question 5 Multiple Choice (Single Answer)

using root user in a GUI environment is a security issue ??

  1. yes
  2. no
  3. cant say
  4. dont know
Question 6 Multiple Choice (Single Answer)

Commands

  1. CLS
  2. CLEAR
  3. tput clear
  4. tput cls
Question 7 Multiple Choice (Single Answer)

Commands

  1. whereami
  2. place
  3. pwd
  4. map
Question 8 Multiple Choice (Single Answer)

Commands

  1. more <filename>
  2. pico <filename>
  3. cat <filename>
  4. touch <filename>
Question 9 Multiple Choice (Single Answer)

Commands

  1. whoami
  2. me
  3. i
  4. pwd
Question 10 Multiple Choice (Single Answer)

Architecture

  1. Process Management
  2. Memory Management
  3. File Management
  4. Device Management
  5. Capacity Management
  6. Network Management
Question 11 Multiple Choice (Multiple Answers)

Architecture

  1. sh
  2. csh
  3. ksh
  4. bash
Question 12 Multiple Choice (Single Answer)

Commands

  1. pwd
  2. uptime
  3. top
  4. uname -a
Question 13 Multiple Choice (Single Answer)

Which command do you use to clear the screen on your session?

  1. CLS
  2. CLEAR
  3. tput clear
  4. tput cls
Question 14 Multiple Choice (Single Answer)

With which command, you can find out which directory you are currently in?

  1. whereami
  2. place
  3. pwd
  4. map
Question 15 Multiple Choice (Single Answer)

How do you creat a file without even opening it?

  1. more <filename>
  2. pico <filename>
  3. cat <filename>
  4. touch <filename>