Os - Experiment No - 1
Os - Experiment No - 1
Os - Experiment No - 1
Theory:
Linux is not UNIX, as UNIX is a copyrighted piece of software that demands license fees when any part of
its source code is used. Linux was written from scratch to avoid license fees entirely, although the operation
of the Linux operating system is based entirely on UNIX. It shares UNIX's command set and look-and-feel,
so if you know either UNIX or Linux, you know the other, too. Linux is a freely distributable version of
UNIX developed primarily by Linus Torvalds at the University of Helsinki in Finland.
Linux can be installed on a wide variety of computer hardware, ranging from mobile phones, tablet
computers and video game consoles, to mainframes and supercomputers.
Linux is just as well suited for word processing as any other operating system. There are several excellent
word processing programs for Linux like AbiWord, KWord, part of the Koffice suite and the
OpenOffice.org as well as StarOfficesuite's word processor.
A text editor is just like a word processor without a lot of features. All operating systems come with a basic
text editor. Linux comes with several. The main use of a text editor is for writing something in plain text
with no formatting so that another program can read it. Based on the information it gets from that file, the
program will run one way or another.
The most popular text editor for Linux is called 'vi'. This is a program that comes from UNIX. There is a
more recent version called 'vim' which means 'vi improved'. The problem with 'vi' or 'vim' is that a lot of
people don't like it. You have to remember a lot of key combinations to do stuff that other text editors will
do for you more easily.
Conclusion: The shell acts as an interface between the user and the kernel. Thus shell is used to execute the
commands.