Operating System Fundamentals

Slides:



Advertisements
Similar presentations
The Windows File System and Windows Explorer To move around the file system and examine your files or get to one you want (say, to modify, delete or copy.
Advertisements

DOS commands.
DOS & Windows O/s Prof. Sujata Rao Less 5.
A batch file is a file that contains a number of DOS commands, each of which could be run individually from the command prompt. By putting them into a.
Understanding the Boot Process and Command Line
Lesson 4 0x Operating Systems.
2 © 2004, Cisco Systems, Inc. All rights reserved. IT Essentials I v. 3 Module 4 Operating System Fundamentals.
A+ Guide to Software, 4e Chapter 6 Windows 9x/Me Commands and Startup Disk.
Chapter 3 Understanding the Boot Process and Command Line.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Working with the Command- Line Interface Chapter 14.
A+ Guide to Software, 4e Chapter 4 Supporting Windows 2000/XP Users and Their Data.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Operating System Fundamentals
© 2010 The McGraw-Hill Companies, Inc. All rights reserved Mike Meyers’ CompTIA A+ ® Guide to Managing and Troubleshooting PCs Third Edition Working with.
Command Line Interface
© 2013 The McGraw-Hill Companies, Inc. All rights reserved Mike Meyers’ CompTIA A+ ® Guide to 802: Managing and Troubleshooting PCs Fourth Edition (Exam.
The Computer Operating System. The Computer Operation System This lesson will cover: Computer Operating Systems GUI vs. Command line The Microsoft Windows.
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
FIRST COURSE Windows XP Managing Your Files. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 Objectives Develop file management strategies.
System Software. BIOS Basic Input Output System A kind of ROM Execute routines Checking RAM, detecting hard disk, floppy disk, CDROM, … etc.
Version 3 Operating System Fundamentals Module 4.
By Umesh ks. Dos is a single user operating system. Its support the all operating system wizards Support the disk scheduling. File management Network.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
PC Maintenance: Preparing for A+ Certification Chapter 29: Managing Files.
Computer Systems Week 10: File Organisation Alma Whitfield.
DOS Commands What is a command Types of DOS Commands Basic Terms
Ch 61 Using DEL, REN, MOVE, and RD /S. Ch 62 Overview Will continue to work with internal commands that help manage and manipulate files.
The Command Line Interface. The OS files IO.sys MSDOS.sys Command.com IO and MSDOS are hidden files, COMMAND.COM shows in directory listings.
Understanding the Boot Process and Command Line
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
Gene Perkins, Lassen High School Networking Academy
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
Computer Systems Week 11: The Command Line Interface Alma Whitfield.
Basic MS-DOS. History MS-DOS 1.0 was released in August 1981, and was updated until April 1994 when it was replaced by Windows 95 All versions of windows.
Basic MS-DOS.
1.  Microsoft DOS (Disk Operating System) use a command line user interface.command line  A command line user interface means that the user is required.
Operating System Fundamentals 1. Components of an OS 2. Functions of an OS 3. Types of OS 4. Command-line tools.
File and Folder CLI Commands 12/24/ Agenda Overview of OS functions and the SHELL Internal v External Commands Command History Making & Modifying.
The Command Line Yep, you need to know this. The Basics Start with the Prompt, what the computer tells you when ready for a command You type a command.
Operating System. What is Operating System OS is system software, which may be viewed as collection of software consisting of procedures for operating.
Operating System & File System Prof. Sujata Rao Lesson 7.
IST 222 Day 6. DOS Naming Conventions A filename contains up to 8 characters, a separating period, and a file extension of up to three characters This.
MS-DOS is an acronym for MicroSoft Disk Operating System It is a CUI based operating system. It provides user with a command prompt (generally called.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 7: Advanced File System Management.
Systems Administration (Windows) BIT3111 – Lecture 5 (Introduction to Windows OS)
EXTERNAL COMMANDS 1) ATTRIB(Attribute) :- This command allows the user to change the properties/attributes of a specific file. Using attrib command ,
DOS MS-DOS stands for Microsoft Disk Operating System. MS-DOS controls the computer’s hardware and provides an environment for programs to run. This.
Operating System.
Lecture-7 Introduction to DOS. Introduction to UNIX/LINUX OS.
A+ Guide to Managing and Maintaining Your PC, 7e
A+ Guide to Managing and Maintaining Your PC, 7e
Operating System & Application Software
Lesson 4 0x Operating Systems.
Command Line Basics.
Computer Fundamentals 1
An Introduction to Computers and Visual Basic
An Introduction to Computers and Visual Basic
File Management.
Chapter 6 Windows 9x/Me Commands and Startup Disk
Working with the Command-Line Interfaced
Chapter Overview Operating System Basics
An Introduction to Computers and Visual Basic
Working with the Command- Line Interface
Software - Operating Systems
File System Management
Chapter 6 Using DEL, REN, MOVE, and RD /S Ch 6.
OPERATING SYSTEM B-TECH III YEAR I SEM BRANCH :ECE
1.3 Given a scenario, apply appropriate Microsoft command line tools
Presentation transcript:

Operating System Fundamentals Technocrats Institute of Technology (TIT) Operating System Fundamentals Prepared By Prof. Gaurav Soni Dept. of CSE

Covered Topics Components of an OS Functions of an OS Types of OS Command-line tools

The Three Elements of an OS User Interface – The part of the OS that you interface with. Kernel – The core of the OS. Interacts with the BIOS (at one end), and the UI (at the other end). File Management System – Organizes and manages files.

Operating System Functions File Management Application Management Built-in Utility Programs Control of Computer Hardware

Operating System Types Multiuser – Two or more users work with the computer at the same time Multitasking – Two or more processes running at the same time. Multithreading – Two or more parts of the same process running at the same time. The book says that most modern operating systems are multi-user. Not true.

PC Operating Systems Microsoft Windows MacIntosh OS Linux

MS Windows Versions Home (Non-Professional) Versions Windows Me Professional (Business) Versions Windows NT Windows 2000 The Two Lines Came Together in Windows XP (2001) Home – No security between users of the computer Professional – Users could allow others to view or change their files, or completely block files from view Windows XP – Two versions: Professional ($200) and Home ($100), then two other versions were added: Media Center Edition and Tablet Edition

Disk Operating System ( DOS ) The first PC Operating System (1981) Not a Multitasking OS, only one program could run at a time A command-line interface, no GUI. Early versions of Windows sat on top of DOS and used it to communicate with the BIOS. Windows XP communicates directly with the BIOS, but allows commands to be entered via a command prompt.

File System A file is a collection of bytes of information treated as a single unit. It is given a name to make it easy to find and use later. The file system keeps track of where a file is actually resident on a disk. A disk (hard disk, floppy, optical disk) is subdivided into directories or folders.

File System (continued) The top level folder on a disk is known as the root. The root is generally subdivided into subfolders. Any folder or subfolder can contain files and other folders. The fully-qualified filename includes the name of the file and the path to the folder in which it resides: c:\courses\TIT\CSE\gaurav.ppt

Windows Registered File Types A particular file extension can be registered and associated with a particular program. .docx files are associated with MS Word .xlsx files are associated with MS Excel .txt files are associated with Notepad .html files are associated with IE This is how Windows knows what to do when you double- click a file in My Computer.

File Attributes Each file has four attributes which can be viewed or set. Read Only – File may be viewed, copied, executed (if appropriate), but not changed. It can be deleted. Hidden – File will not be displayed in normal list of files. System – File is identified to belong to system, should not be messed with. Archive – File is (or is not) a candidate for backup.

DOS Commands Two types – Internal and External Internal commands are resident in the main kernel file: command.com (or cmd.exe) External commands are separate little programs. It's important to learn DOS commands because you can write scripts to execute a set of commands automatically.

The Command Prompt By default, it reminds you of the current drive and the current directory. Access the command prompt by typing "cmd" in the Run box, or, in the menu: Start, Programs, Accessories, Command Prompt.

Three Parts of a DOS Command xcopy /m/e c:\temp d:\temp Command Name Switches Parameters

DOS Wildcard Characters The characters ? and * can be used to affect multiple files with a single command. The ? means any single character. copy c:\temp\notes??.doc d:\temp means copy any Word file that begins with the word "notes" with exactly two other characters, like "notes01.doc", "notesAB.doc", etc.

DOS Wildcard Characters The "*" wildcard replaces any number of characters. copy c:\temp\notes.* d:\temp (copy all files with the name "notes" and any extension.) copy *.doc c:\temp (copy all files with a "doc" extension in the current directory.)

At the Command Prompt A drive letter and a ":" (e.g. "f:") makes that your current drive. CD (Change Directory) cd (with no parameters) reminds you what the current directory is. cd .. moves you to the parent of the current directory (up one level). cd \ moves you to the root of the current drive. cd <some directory> makes that your current directory.

DOS Commands MD – Make directory. RD – Remove a directory or an entire directory tree. DIR – Display the contents of a directory. DEL (or ERASE) – Deletes one or more files. COPY – Places a copy of file(s) in a different folder. XCOPY – Flexible copy command used for copying large groups of files, commonly used for file backup. “DOS” is a misnomer. DOS really doesn’t exist anymore. It’s a command prompt.

More DOS Commands MOVE – Moves file(s) from one folder to another. REN(AME) – Renames file(s). ATTRIB – Displays or sets file attributes. FORMAT – Formats a disk. CHKDSK – Tests the file system on a disk, and reports status.

Even More DATE and TIME – Display & set the current date & time in the PC. TYPE – Displays the contents of a text file.

Thanks