Posts

Showing posts from January, 2014

How to create a directory in Linux

Image
  In order to create one or more than one directory in Linux we use the command mkdir . For creating a directory you type mkdir followed by the directory name.The command will create a new director y , provided a directory by the same name do not already exist . The syntax to create a directory in Linux is as shown below

What was that command again?

Image
What will you do if you forgot the command name you want to run on your Linux box? Yeah, right! You will google it. But what if you have no access to internet. Don't worry apropos command is there to save you.  The command apropos which means appropriate or relevant in English search the man pages and its description for a keyword and display them on the screen. This command is useful when you are not sure about the exact command you want to use.

what is a Linux Kernel?

Image
We all know that a computer is a machine capable of performing arithmetic and logical operations. The  Operating System manages the hardware and software resources of a computer and provide the services for other programs to run. The operating system has to work closely with the system hardware to get the correct response. In a computer system it is the CPU or the processor which does all the arithmetic and logical operations along with managing the data flow. But CPU or processors are devices that understands only binary data, i.e.  data comprised of only ones (1) and zeroes (0). Where as the user applications are mostly programs written in high level languages like C, C++. So how does the hardware understand the instruction given by a user application written in high level language. Or who translates the high level language to machine level language. The answer is, Kernel.

Things you should know about linux

Image
Hello fledglings!!! Welcome to the world of Linux. Before you start using linux here are a few things that you should know about linux

Linux Basic Commands

Wi th my first  post I am adding some of the basic and most frequently used Linux commands . Most of th e commands mentioned here can be used in numerous methods. Detailed usage of each com mands will be the sub ject of my next posts.