Prelims Flashcards
(81 cards)
is the sum of all programs which are required to operate a computer. It is also
used to control and monitor application programs
Operating System
it is mainly used for scientific-technical applications on mainframes and workstations but
has also become perfectly suited for application in networks.
UNIX
is a family of UNIX-like open-source operating system developed by Linus Torvalds
Linux
What is the main component of a Linux
OS?
Linux Kernel
is a collection of software on top
of a Linux kernel. It can bundle server software, system management tools, documentation, and many desktop applications in a central, secure software repository.
Linux Distribution (Distro)
interfaces to the operating system, the kernel of the host. It provides the necessary instruction
and operation that an operating system may process.
Shell
graphical representation in which the users can interact with software or devices through graphical icons
Graphical User Interface (GUI)
was once the most popular Linux desktop environment and was used by default on Ubuntu,
Fedora, Debian, and most other big Linux distributions.
GNOME
It’s a bit more Windows-like than the other desktop environments here, coming with a single taskbar on the bottom of the screen that includes a menu, quick launch-type icons, a taskbar, a notification area, and a clock — the typical layout of a Windows taskbar
KDE
is a more lightweight desktop environment, very similar to GNOME. This option is ideal if you
want a more traditional desktop environment without full-screen application launchers, overdone graphical effects, and desktop widgets
Xfce
developed for Linux Mint in which it is based on GNOME. It uses up-to-date libraries
and other software — but it takes that software and tries to create a more traditional-looking
desktop with it.
Cinnamon
displays user manual of any
command on the terminal
man
determines the type of a file.
file
displays short descriptions of
program
whatis
locates files and pages of a
command
whereis
displays the current user
whoami
displays the list of files and directory
ls
displays the contents of the
working directory recursively
showing sub-directories and
files, and a summary of the total
number of sub-directories and
files
tree
displays parent working directory
pwd
changes the current directory
cd
creates directory
mkdir
removes directory
rmdir
copies a file to a specified location
cp
moves a file to a specified
location
mv