System Requirements & Virtualisation
System Information Commands
Terminal Basics
Sudo & Administration
Text File Creation
100

What is the minimum RAM recommended for running Ubuntu in a virtual machine?

8 GB RAM

100

Which command displays Ubuntu version information?

lsb_release -a

100

Which command displays the currently logged-in user?

whoami

100

Which command prefix allows a user to perform administrative tasks?

sudo

100

Which command creates an empty file called notes.txt?

Which command creates a directory named Projects?

Which command returns you to your home directory?  

touch notes.txt

mkdir Projects

cd or cd ~ 

200

What amount of Host machine RAM is preferred for multitasking and smoother VM performance?

16 GB RAM

200

Which command displays the currently running kernel version?

uname -r

200

Which command displays the computer's network name?

hostname

200

Which file contains sudo configuration settings?

/etc/sudoers?

200

Which command creates a file and allows content entry while overwriting existing contents?

Which commands displays a file  

cat > notes.txt

more file_name? 

cat file_name?

300

How much free disk space should be available on the host machine?

50 GB

300

Which command displays disk space usage in a human-readable format?

df -h

300

Which command displays the current working directory?

pwd

300

Which manual page explains privilege escalation?

man sudo

300

Which other text editor is used in Ubuntu beside cat?

nano

400

What is virtualisation

Technology that allows multiple operating systems to run on a single physical computer by creating virtual machines

400

Which command displays network interface information and IP addresses?

ip a

ifconfig

ip addr show

400

Which numerical identifiers are used internally by Linux to manage users and groups?

UIDs and GIDs

400

Which command updates Ubuntu package information using administrative privileges?

sudo apt update

400

Which command removes an empty directory?

rmdir directory_name

500

Which two applications can be used to create Ubuntu virtual machines?

Oracle VirtualBox and VMware Workstation Player/Pro

500

What is GNOME?

is the default graphical desktop environment used by Ubuntu that provides the desktop, application launcher, windows, and user interface?

500

What is the general Linux syntax/structure?

command [options] [arguments]

500

Which Linux command is used to change the password of the currently logged-in user?

passwd

500

Which command recursively removes a directory and all its contents?

rm -r directory_name