Unix / Linux – What is Linux?

What is Linux? ”; Previous Next What is Linux Operating System? The Linux operating system is a set of programs which acts as a link between the computer and the end user. The computer programs that allocate the system resources and coordinate all the details of the computer”s internals is called the Operating System or the Kernel. Why Linux Operating System? Linux was developed to be used as an alternative to other existing but expansive operating systems specially Unix, Windows, Mac OS, MS-DOS, Solaris and others. When Linus Torvalds was studying at the University of Helsinki, he decided to create his own operating system and keep it as Open Sources so that users from around the world can contribute their suggestions for improvements of the system. Linus Torvalds developed his own kernel and a few programs around it in 1991 which later became a full flagged Operating System and soon it was accepted widely by the Computer Engineers in Corporates, Universities and other Institutes. Today Linux is one of the most widely used Operating Systems and it come in various variants like Ubuntu, CentOS, Fedora, Debian, openSUSE, RedHat, MX Linux, Arch Linux, Gentoo etc. Several people can use a Unix computer at the same time; hence Unix is called a multiuser system. A user can also run multiple programs at the same time; hence Unix is a multitasking environment. What is Linux Shell? Users communicate with the Kernel through a program known as the shell. The shell is a command line interpreter; it translates commands entered by the user and converts them into a language that is understood by the kernel. Linux Architecture Here is a basic block diagram of a Linux system − The main concept that unites all the versions of Linux is the following four basics − Kernel − The kernel is the heart of the Linux operating system. It interacts with the hardware and most of the tasks like memory management, task scheduling and file management. Shell − The shell is the utility that processes your requests. When you type in a command at your terminal, the shell interprets the command and calls the program that you want. The shell uses standard syntax for all commands. C Shell, Bourne Shell and Korn Shell are the most famous shells which are available with most of the Unix variants. Commands and Utilities − There are various commands and utilities which you can make use of in your day to day activities. ftp, ssh, cp, mv, cat and grep, etc. are few examples of commands and utilities. There are over 250 standard commands plus numerous others provided through 3rd party software. All the commands come along with various options. Files and Directories − All the data of Unix is organized into files. All files are then organized into directories. These directories are further organized into a tree-like structure called the filesystem. Linux Applications Linux is an open-source operating system widely used in servers, web servers, supercomputers, and embedded systems etc. The best part of the Linux system is that you will find a vast range of free and open-source software applications. This section lists a few important software applications freely available on Linux Operating System: VLC Media Player – VLC Media Player is a free and open-source media player software that can play almost all types of media files, including audio and video. VLC media player is widely regarded as one of the best media players in the market. GNU Image Manipulation Program – GIMP is a free and open-source image editing program that can be used for tasks ranging from image retouching to graphic design. GIMP provides great functionality for image manipulation, color correction, cloning, and selection. It also supports layers, masks, and channels, allowing for more advanced editing techniques. FileZilla – FileZilla is a free and open-source FTP client that transfers files between a local computer and a remote server. It is known for its easy and user-friendly interface and ease of use to transfer files between two computers. Web Servers – The most frequent application of Linux is to use it like a Web Server. There are several web server softwares (Apache, NGinx etc) available which can be installed and use on Linux. Web Browsers – Linux provides an easy way to browse the Internet with the help of various Web Browsers. Firefox is the default browser for various Linux distributions such as Linux Mint and Ubuntu. LibreOffice – LibreOffice is free and an open source software which provides a great alternative for office suites. LibreOffice supports various file formats such as DOC, DOCX, PPT, PPTX, XLSX, etc. Vim – This is one of the best text Editor available on Linux. This is loved by millions of software developers around the world. Linux Licensing Linux is one of the most suitable examples of free and open-source software applciation. Linux source code may be used, modified, and distributed commercially or non-commercially by anyone under the terms of its respective licenses, such as the GNU General Public License (GPL). The Linux kernel is licensed under the GPLv2, with an exception for system calls that allows code that calls the kernel via system calls not to be licensed under the GPL The GPL terms allows anybody to redistribute, and sell a software product covered by the GPL, as long as the recipient is allowed to rebuild an exact copy of the binary files from source. The GNU General Public License is intended to guarantee your freedom to share and change free software to make sure the software is free for all its users. Linux is licensed under the GNU General Public License (GPL), which is a free software license that grants users the freedom to run, study, share, and modify the software. Print Page Previous Next Advertisements ”;

Unix / Linux – Home

Linux/Unix Tutorial PDF Version Quick Guide Resources Job Search Discussion This Linux tutorial has been written to somplify the Linux learning for the beginners to advanced Linux Enthusiasts, Linux System Administrators, Bash Shell Script Programmers and other tech enthusiasts willing to learn and practice Linux. Linux (A variant of Unix) is an Open Source computer Operating System which is capable of handling activities from multiple users at the same time. Though Unix was developed in 1969 at AT&T Bell Labs by Ken Thompson and Dennis Ritchie but Linux was developed by Linus Torvalds when he was a student at the University of Helsinki. Operating System DefinitionAn Operating System (OS) is actually a software which acts like an interface between a computer user and computer hardware. It takes command from the user, perform the required task and returns the result to the user. An operating system performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers. Examples of operating systems are Linux, Unix, Windows, Mac OS, iOS, Android, MS-DOS, Solaris etc. What is Linux? Linux is an operating system which was developed to be used as an alternative to other existing but expansive operating systems specially Unix, Windows, Mac OS, MS-DOS, Solaris and others. When Linus Torvalds was studying at the University of Helsinki, decided to create his own operating system and keep it as Open Sources so that users from around the world can contribute their suggestions for improvements. Linus Torvalds developed his own kernel and a few programs around it in 1991 which later became a full flagged Operating System and soon it was accepted widely by the Computer Engineers in Corporates, Universities and other Institutes. Today Linux is one of the most widely used Operating Systems and it comes in various variants like Ubuntu, CentOS, Fedora, Debian, openSUSE, RedHat, MX Linux, Arch Linux, Gentoo etc. Online Linux Terminal As a beginner you may face a challenge to setup Linux on your own computer. So we have setup an Online Linux Terminal for you to practice basic Linux commands and concepts. We have provided Online Linux Terminal, where you can type and execute almost all the Linux commands at command prompt directly from your browser without the need to set up your development environment. We are also providing and IDE to compile Linux Shell scripts. You can try to click the icon to run the following Bash Shell code to print conventional “Hello, World!”. Below code box allows you to change the value of the code. Try to change the value inside echo and run it again to verify the result. # Hello World Program in Bash Shell echo “Hello World!” Linux Command Prompt When you login inside a Linux system, you land on a screen where you can perform required tasks like creating a file, creating a directory, changing current directory etc. This landing screen gives you a prompt based on your system setting. Most of the time this prompt is a dollar sign $, though you can change it to your favorite symbol. Many linux users call command prompt as dollar prompt. Following is a screen shot of the Ubuntu Linux after I logged in. Here you can start giving your commands after the dollar sign. Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 5.15.0-91-generic x86_64) ….. Last login: Mon Apr 22 06:40:08 2024 from 183.82.118.37 $ Basic Linux Commands While learning Linux, the basic thing which you will learn are the Linux commands. Linux commands are the directions given by the users to the computer to perform a particular task. Create Directory – Example For example if a user wants to create a directory then following mkdir is the command to create a directory in Linux: # Command to create directory in Linux $ mkdir testing Change Directory – Example If a user wants to go inside a particular directory then following is the command to change the directory in Linux: # Command to change the directory in Linux $ cd testing This cd Linux command will take you inside testing directory. List Directory – Example Following is the command list down all the files and sub-directories available in the current directory in Linux: # Command to list the content inside a directory in Linux $ ls -l Linux Jobs – Admins and DevOps Engineers Today, Linux is the most widely used Operating Systems and all the major companies are running their websites and other applications on Linux Operating System. These companies are looking for Linux Administrators, Shell Script Programmers and DevOps Engineegrs. When we are developing this tutorial in 2024, there is a high shortage of Linux experts where as market demands more number of Linux Admin etc due to it”s application in Websites Applications, Mobile Applications, Machine Learning, Artificial Intelligence etc. Today a Linux Expert with 3-5 years of experience is asking for around $200,000 annual package and this is one of the most demanding expertise for DevOps and System Admins. Though it can vary depending on the location of the Job. It”s impossible to list all of the companies using Linux extensively, to name a few big companies are: Tutorials Point Google Amazon Intel PayPal Facebook IBM NASA Netflix Pinterest Uber Many more… So, you could be the next potential employee for any of these major companies. We have developed a great learning material for beginners and advanced level of programmers to learn Linux which will help them prepare for the technical interviews and certification exams also. So, start