Operating System Fundamentals

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

DOS commands.
DOS & Windows O/s Prof. Sujata Rao Less 5.
Understanding the Boot Process and Command Line
Lesson 4 0x Operating Systems.
What is an operating system? Is it software?
Operating System Type of Operating System
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.
MCT260-Operating Systems I Operating Systems I Navigating the File System.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Working with the Command- Line Interface Chapter 14.
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 7: Advanced File System Management.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
Working in DOS DOS is a true operating system
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
© 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.
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 4 Disk Operating System (DOS) and the Command-Line Interface McGraw-Hill.
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.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 7: Advanced File System Management.
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.
Chapter 9 Part II Linux Command Line Access to Linux Authenticated login using a Linux account is required to access a Linux system. The Linux prompt will.
Operating System Basics Chapter 1 Release 16/07/20 09 powered by dj.
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.
ITE 1 Chapter 5. Chapter 5 is a Large Chapter It has a great deal of useful information about operating systems. You will find this VERY helpful when.
Gene Perkins, Lassen High School Networking Academy
DOS  In the 1980s or early 1990s, the operating system that shipped with most PCs was a version of the Disk Operating System (DOS) created by Microsoft:
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
Ch 41 Program Files, Data Files, and Subdirectories.
File System Management File system management encompasses the provision of a way to store your data in a computer, as well as a way for you to find and.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
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.
Digital Communication Systems Comp Functions of the Operating System.
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.
XP New Perspectives on Microsoft Windows XP Tutorial 2 1 Microsoft Windows XP Working with Files Tutorial 2.
Operating System. What is Operating System OS is system software, which may be viewed as collection of software consisting of procedures for operating.
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.
Introduction to Operating Systems IT190 Foundations in Information Technology.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
Systems Administration (Windows) BIT3111 – Lecture 5 (Introduction to Windows OS)
Lecture-7 Introduction to DOS. Introduction to UNIX/LINUX OS.
Lesson 4 0x Operating Systems.
Command Line Basics.
Chapter 4 The Power behind the Power
Chapter 6 Windows 9x/Me Commands and Startup Disk
Working with the Command-Line Interfaced
Chapter Overview Operating System Basics
Chapter 4 The Power behind the Power
Operating System Fundamentals
Working with the Command- Line Interface
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 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\061\cit141\chapter4.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.