Create a linux foundation certificate associate for all covered topics Flashcards
(73 cards)
What is the primary purpose of the Linux Foundation Certified Associate (LFCA) certification?
To validate foundational skills and knowledge in Linux and open source technologies.
True or False: The LFCA certification is intended for individuals with extensive Linux experience.
False
Which command is used to list files in a directory in Linux?
ls
Fill in the blank: The Linux operating system is based on the __________ kernel.
Linux
What type of permissions can be assigned to files in Linux?
Read, write, and execute
Which command is used to change file permissions in Linux?
chmod
What is the default shell for most Linux distributions?
Bash
Multiple Choice: Which of the following is a popular Linux distribution? A) Windows B) Ubuntu C) macOS D) Solaris
B) Ubuntu
What is a package manager in Linux?
A tool used to install, update, and remove software packages.
True or False: The command ‘mkdir’ is used to remove directories in Linux.
False
What does the command ‘pwd’ stand for?
Print Working Directory
Fill in the blank: The __________ command is used to display the contents of a file.
cat
Which file contains user account information in Linux?
/etc/passwd
What is the purpose of the ‘sudo’ command?
To execute commands with superuser privileges.
Multiple Choice: Which command is used to search for files in Linux? A) find B) search C) locate D) All of the above
D) All of the above
What is the Linux file system hierarchy?
A structured directory layout that organizes files and directories.
True or False: In Linux, everything is considered a file.
True
What does the ‘grep’ command do?
Searches for patterns in text.
Fill in the blank: The __________ command is used to copy files in Linux.
cp
What is a shell script?
A file containing a series of commands that can be executed by the shell.
Multiple Choice: Which command is used to display running processes? A) ps B) top C) htop D) All of the above
D) All of the above
What is the purpose of the ‘/etc’ directory?
To store system configuration files.
True or False: The command ‘rm’ is used to rename files.
False
What is SSH used for?
To securely connect to a remote machine.