What is the primary reason for using Linux?
The cost
Who developed Linux and when?
Linus Torvalds developed Linux in 1991.
What is the Linux kernel?
The core component of Linux that interacts with hardware and software.
What is the significance of the forward slash (/) in Linux?
It represents the root directory of the filesystem.
What does the /bin directory contain?
Binaries or executables for system operations.
What is stored in the /etc directory?
Configuration files for system startup.
What is the purpose of the Ubuntu Terminal?
It is the command-line interface for issuing commands in Ubuntu.
What is the Bourne Again Shell (bash)?
A popular shell in Linux that provides a command-line interface.
What command is used to change directories in Linux?
The cd (change directory) command.
What does the command ‘passwd’ do?
It allows users to reset their own password or another user’s password if they are root.
What are man pages?
Manual pages that provide detailed information about commands and utilities.
What is the purpose of the ‘whatis’ command?
It provides a brief description of a command.
What does the command ‘shutdown’ do?
It shuts down the system.
What is the function of the /home directory?
It is the main storage area for user data and configuration.
What are the two types of UNIX commands?
User level commands and system administration commands.
How can you recall previously used commands in the shell?
By using the up arrow key.
What does the command ‘cd ..’ do?
It sends you back one directory.
What does the command ‘cd ~’ do?
It returns the user to their home directory.
What is the significance of case sensitivity in UNIX commands?
Most commands must be entered in lower case.
What is the role of the shell in Linux?
It provides the interface between users and the kernel.
What is the command to log out of a UNIX-based system?
You can use Ctrl D or the logoff command.
What is the purpose of the /usr directory?
It contains files specific to the user.
What does the command ‘halt’ do?
It stops all processes and shuts down the system.
What is the function of the /mnt directory?
It serves as mount points for filesystems.