0%

What is the first step in the installation of a Linux system?

Correct! Wrong!

The first step is selecting the appropriate Linux distribution for the target machine based on its hardware and usage requirements.

Which file system is commonly used in Linux installations?

Correct! Wrong!

The Ext4 file system is commonly used for Linux installations, offering features like journaling and large file support.

What does the 'root' directory in Linux represent?

Correct! Wrong!

The root directory ('/') is the top-level directory in the Linux file system hierarchy, containing all other files and directories.

What is the purpose of the Linux bootloader?

Correct! Wrong!

The bootloader is responsible for loading the operating system kernel into memory during the boot process.

Which command is used to display the current system's IP address in Linux?

Correct! Wrong!

The 'ifconfig' command is used to display the network configuration, including the IP address, for network interfaces on a Linux system.

Which command is used to install software on a Linux system that uses APT package management?

Correct! Wrong!

The 'apt-get' command is used to install, update, and remove software packages on systems that use the APT package manager.

Loading Questions...

What is the function of the Linux kernel?

Correct! Wrong!

The kernel manages system resources such as memory, CPU, and peripheral devices, and provides an interface between the hardware and software.

What is the purpose of the '/etc/fstab' file in Linux?

Correct! Wrong!

The '/etc/fstab' file defines how disk drives and other partitions should be mounted and integrated into the Linux file system during boot.

Which command is used to check disk usage in Linux?

Correct! Wrong!

The 'df' command is used to display the amount of disk space used and available on file systems in Linux.