Shell script examples in linux covers some of the basics of shell scripts.This example contains basic commands on linux. If you are looking for basic shell scripts then this article is for you. Shell Script For Showing Two Numbers Entered By User: In this example we have define two variables.This two variable will take two […]
linux
25 Basic Linux Commands For Beginners With Example
Basic linux commands for beginners tutorial is designed for beginners.If you are a beginner and want to learn and understand the basic linux commands easily then this tutorial is for you. The linux is a flavor of Unix.So its offer all the feature that Unix has.There are various linux variants known as linux distributions.Ubuntu,Fedora,Open […]
What is ls command in linux?
What is ls command in linux? ls is a linux command that used for listing directory and folders. If you use ls comand it will list the folders and directories of folders.
Linux command for create directory
Linux command for create directory : To create a directory on linux use mkdir command. Open your shell and type mkdir and your directory name.Use space between mkdir command and directory name.In linux the directory treat as folder. The mkdir command can create multiple directories at once and it gives user the option to set […]
Features of linux
Features of linux: The linux is a flavor of Unix.So its offer all the feature that Unix has.There are various linux varients known as linux distributions.Ubuntu,Fedora,Open Suse,Linux mint are some of the examples. The best feature of linux is that it is open source operating system. Linux is powerfull,flexible and very light weight program. It […]
What is shell?
What is shell? The shell is the utility that processes your request.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 […]
What is kernel?
What is kernel? The kernel is the heart of the operating system.It interacts with the hardware and most of the tasks like memory management,task scheduling and file management.
What is linux?
What is linux? The linux operating system is a program that act as a link between the computer and user. The computer programs that allocate the system resources and coordinate all the detail of the computers internals is called the operating system. Users communicate with the kernel through a program known as the shell.The shell […]