Linux Flashcards
True or False? The Android operating system used in many smartphones uses a Linux-based kernel.
True
True or False? Windows is based on the Linux operating system.
False
True or False? Enterprise and cloud data centers can run on Linux servers.
True
True or False? Clusters of Linux servers can be used for high-performance computing applications.
True
Which of the following is a Linux distribution?
A. Open Solaris
B. IBM AIX
C. FreeBSD
D. Debian
D. Debian
Yum is an example of…?
What is it used for?
A command-line tool.
Used for updating RPM-based systems.
Zsh is an example of…?
a shell
Arch is an example of…?
distro (DIY)
Vim is an example of…?
A command line text editor based on vi
GNU nano (or just nano) is an example of?
a command line text editor
Vi is an example of…?
A command line text editor originally for Unix
Gedit is an example of…?
A GUI-based text editor.
emacs is an example of…?
A GUI-based or command-line based text editor.
Bash is an example of…?
a shell
What are the two file types used by package managers?
How can they be converted to the other file type?
.deb and .rpm
Using the ‘alien’ (for RPM to Deb) or ‘alien -r’ (for Deb to RPM) commands.