Unix/Linux Commands and System Administration
Quiz covering Unix/Linux shell commands, Linux installation and partitioning, system security, and basic system administration tasks.
Questions
Question 1 Multiple Choice (Single Answer)
what is the name of Linux boot loader
- lilo
- grub
- ntloader
- booter
Question 2 Multiple Choice (Single Answer)
what is essential partition in installing linux
- swap
- etc
- root or /
- var
Question 3 Multiple Choice (Single Answer)
how much amount of disk space is needed for a swap partition in general
- 4 times to RAM
- 3 Times to RAM
- 2 times to RAM
- RAM size
Question 4 Multiple Choice (Single Answer)
can you install without creating a home partition
- yes
- no
- cant say
- dont know
Question 5 Multiple Choice (Single Answer)
using root user in a GUI environment is a security issue ??
- yes
- no
- cant say
- dont know
Question 6 Multiple Choice (Single Answer)
Commands
- CLS
- CLEAR
- tput clear
- tput cls
Question 7 Multiple Choice (Single Answer)
Commands
- whereami
- place
- pwd
- map
Question 8 Multiple Choice (Single Answer)
Commands
- more <filename>
- pico <filename>
- cat <filename>
- touch <filename>
Question 9 Multiple Choice (Single Answer)
Commands
- whoami
- me
- i
- pwd
Question 10 Multiple Choice (Single Answer)
Architecture
- Process Management
- Memory Management
- File Management
- Device Management
- Capacity Management
- Network Management
Question 11 Multiple Choice (Multiple Answers)
Architecture
- sh
- csh
- ksh
- bash
Question 12 Multiple Choice (Single Answer)
Commands
- pwd
- uptime
- top
- uname -a
Question 13 Multiple Choice (Single Answer)
Which command do you use to clear the screen on your session?
- CLS
- CLEAR
- tput clear
- tput cls
Question 14 Multiple Choice (Single Answer)
With which command, you can find out which directory you are currently in?
- whereami
- place
- pwd
- map
Question 15 Multiple Choice (Single Answer)
How do you creat a file without even opening it?
- more <filename>
- pico <filename>
- cat <filename>
- touch <filename>