1.1 Open Source - Linux Evolution and Popular Operating Systems Flashcards
Ubuntu Linux is derived from __.
A) Debian Linux
B) Red Hat Enterprise Linux
C) CentOS
D) Edubuntu
Debian Linux
What command will display your current linux version?
lsb_release -a
What command will display your current kernel version?
uname -r
What command will display your current GNU version?
ls –version
What command will display your current X server version?
sudo X -version
All Red Hat based distributions use the package format _
Distributions such as Red Hat, Fedora and CentOS use
the _ , _ and _ commands instead, which in turn install RPM packages.
rpm
rpm, yum, and dnf
Distributions of the Debian distribution family use the package manager _ to manage the software that is run on the operating system.
Maintainers use the _ package format _ to specify how the software is installed on the operating system and how it is configured by default.
dpkg
deb
apt-get