Posts

Showing posts from August, 2020

Linux File System

  File System Linux treated everything as a file. Ever a directory is treated as a file and contains entries for several other files. All the hardware devices, such as (input/output) I/O devices, storage devices, etc. are all treated as files. The Linux file system is organised in a hierarchy which start with the root directory. The root directory is represented by forward slash (/) under the root directory there are several system directories and the name directory. /bin : - This directory contains executable program file (binary file). This directory contains all the commands of Linux in the same way as all the commands of DOS are stored in the Command.Com file. /dev : - This directory contains the special device files for example, the printer may be a file known as prn in this directory. The hard disk may be hda file and its first partition would be hda.   /etc : - This directory contains all the system wise configuration information as text files. /lib : - This directory cont

What is Linux.

Image
  Linux operating system Linux is a multi-user, multi-tasking operating system first developed by Linus Benedict Torvalds in the year 1991 . Linux is a 32-bit operating system. It runs on a wide variety of platforms, such as Intel, Sparc, Alpha , etc. it can be considered in every sense as a full-blown implementation of UNIX. But it cannot be called as UNIX because UNIX is a registered trademark product owned by AT&T (American Telephone and Telegraph). Linux is distributed as afree software under a free software licence called the GNU General Public Licence (GPL). Basic Linux Elements The basic elements of Linux are discussed in the following sub-sections:   Kernel The Kernel is at the core of LINUX system and is loaded into the memory as soon as the system starts up. It manages main memory, files and peripheral devices. Maintaining the time, date, launching applications, and allocating system resources are also the function of this part of the operating system. Shell

DOS Commands

DOS Commands 1) Internal Commands   Internal Commands are also called memory resident commands because these commands are automatically loaded on the memory at the time of booting. All the internal commands are stored in the file Command.com.   Following are some important Internal Commands.   1) VER It displays the version of operating system. that you are using.          C:\>VER   2) VOL It displays the volume label of the hard disk.         C:\>VOL Volume label in drive C: is JJ infotech.                  C:\>VOLD Volume drive D has no label.   3) DATE This command is used to display the current system date and also allow you to change it. C:\>DATE   4) Time This command is used to display the current system time and also allow you to change it. C:\>Time   5) Exit It is used to exit from DOS . C:\Exit   6) CLS This command is used to clear the DOS screen. C:\>CLS   7)DIR This command is used to

What is DOS?

Image
Command Prompt (DOS) MS-DOS is a single user, single tasking and character user interface (CUI) operating system. It creates a text environment for the computer. To do any work on DOS we have to give commands to the computer. It is and operating system with a command line interface used on personal computers. You type MS-DOS commands using a command prompt window. MS-DOS commands are typed at an entry point identified by a blinking cursor. To get command through Windows operating system, we do the following Open a Command Prompt,   Click on the Start button.   Click on All programs.   Choose Accessories. And then click on Command Prompt. Shortcut key to open DOS :- Click start and type command or CMD and press ENTER or Press window button +R and type Command Prompt and press ENTER . System Prompt :-System prompt represents the current drive and folder. Cursor :- Cursor is a blinking bar just after the system prompt which represent the position on the screen where the cha