System Ad
System Ad
System Ad
Environment
Operating System (OS)
• Is the sum of all programs which are required to
operate a computer and which control and
monitor the application program.
UNIX
• Has been originally written in the programming
language C and it is mainly used for scientific-
technical applications on mainframes and
workstations but has become also perfectly
suited for application in networks.
• It is command-line oriented, but can be used via
a graphical user interface.
Linux
• Is a family of UNIX-like open-source operating
system developed by Linus Torvalds. Being an
open-source operating system, there are
instances that the source code of the Linux
Kernel is used to form another operating system.
Linux Distribution (distro)
• 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.
• A distro aims to provide a common look and feel,
secure and easy software management and often
a specific operational purpose.
Linux Environment
Shells are the interfaces to the operating system
the kernel of the host. It provides necessary
instruction and operation that an operating
system may process. It can be in two form:
When it comes to ease of use, the new users will pick up a GUI
much faster than CLI. New users of CLI will have some difficulty
operating it because they are not familiar with the commands.
When it comes to controlling the system, CLI users will have all
the control over the file system and operating system, and the
tasks become simple through scripting while GUI users can do
only simple and limited tasks not flexible enough for controlling the
system.
Linux Desktop Environment (GUI)
• Ordinary Files
• Directories
• Special Files
• Ordinary Files – an ordinary file is a file on the
system that contains data, text, or program
instructions. In this tutorial, you look at working with
ordinary files.
• /bin is the directory that contains binaries, that is, some of the
applications and programs you can run.