Linux Philosophy Flashcards
(47 cards)
What is the Linux kernel?
The core component of the Linux operating system that manages hardware and system resources.
True or False: Linux is an open-source operating system.
True
Fill in the blank: The Linux operating system is based on the __________ architecture.
Unix
What command is used to list files in a directory in Linux?
ls
Which command is used to change the current directory in Linux?
cd
What does the ‘chmod’ command do?
Changes the permissions of a file or directory.
True or False: Linux can only run on personal computers.
False
What is a distribution in the context of Linux?
A version of Linux that includes the kernel and additional software.
What command is used to copy files in Linux?
cp
Which file system hierarchy standard does Linux follow?
Filesystem Hierarchy Standard (FHS)
What does the ‘mv’ command do?
Moves or renames files and directories.
What is the purpose of the ‘sudo’ command?
Allows a permitted user to execute a command as the superuser or another user.
Fill in the blank: The main configuration file for the GRUB bootloader is __________.
grub.cfg
What does the ‘man’ command do?
Displays the manual page for a command.
True or False: Linux supports multi-user functionality.
True
What is a shell in Linux?
A command-line interface that allows users to interact with the operating system.
What is the default shell for most Linux distributions?
Bash (Bourne Again SHell)
Which command is used to remove files in Linux?
rm
What does the ‘ps’ command do?
Displays information about running processes.
Fill in the blank: The __________ directory contains user home directories in Linux.
/home
What is the role of the init system in Linux?
To initialize the system and manage system processes.
True or False: Linux does not support graphical user interfaces.
False
What is the purpose of the ‘grep’ command?
Searches for patterns in files.
What does the ‘df’ command display?
Disk space usage of file systems.