Top Banner
Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer
62

Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Dec 26, 2015

Download

Documents

Brandon Cobb
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Operating systems

Unit objectives Identify operating system

fundamentals Manage files on a computer

Page 2: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Topic A

Topic A: Operating system fundamentals

Topic B: Directory and file management

Page 3: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Microsoft Windows XP

Page 4: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Mac OS X

Page 5: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

RedHat Linux

Page 6: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Dependability features

Stable OS architecture System restore Device driver rollback Device driver verification Reduced reboot scenarios Scalable memory/processor support

Page 7: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Application failure reduction

Side-by-side DLLs Windows File Protection Windows Installer Internet Explorer Add-on Manager

Page 8: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Security features

Windows Firewall Encrypting File System (EFS) IP Security Kerberos Smart card support Windows Security Center

Page 9: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Management and deployment

Application compatibility User State Migration Tool Hardware standards support Dynamic updates IEAK System Preparation Tool Setup Manager Remote OS Installation Multilingual support

Page 10: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Desktop management features

Remote Assistance Group policies Help and Support Center Microsoft Management Console

(MMC) Recovery console Safe Mode Startup Options

Page 11: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Usability features

Graphical user interface Adaptive user environment Troubleshooters

Page 12: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Mobile-computing features

Remote desktop Offline file and folder support Offline viewing Laptop power management features Hot docking Advanced Configuration and Power

Interface

Page 13: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Networking features

Wireless networking Home networking Network Setup Wizard Network bridge Internet Connection Sharing Bluetooth 2.0

Page 14: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Product life cycle

Mainstream support Extended support Self-help online support

Page 15: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Windows XP Professional features

Remote desktop Multiprocessor support Automated System Recovery (ASR) Dynamic disk support Fax service Internet Information Services

(IIS)/Personal Web server Encrypting File System (EFS)

continued

Page 16: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Windows XP Pro features, continued

File-level access control – Windows XP Home Edition/Professional

computers that are not domain members use Simple File Sharing

C2 certification Domain membership Group policies IntelliMirror Remote Installation Services (RIS) Roaming profiles continued

Page 17: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Windows XP Pro features, continued

Multilingual support 64-bit version IPSec user interface SNMP Simple TCP/IP services SAP agent Client services for NetWare Network monitor Client-side caching Administrative tools

Page 18: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity A-1

Selecting an appropriate Windows operating system

Page 19: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Windows XP Professional

Start menu Taskbar System tray

Recycle Bin Desktop

Page 20: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Windows 2000 Professional

Start menu Taskbar System tray

My Computer

My NetworkPlaces

Recycle Bin

Page 21: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Windows Explorer

Date created or modified

FiletypeFiles

Filesize

ToolbarMenu bar

Drive

Drive

Folder/directories

Page 22: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity A-2

Locating Windows XP interface components

Page 23: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

System tools

Control Panel Computer Management Console Accessories/System Tools Command-line utility Device Manager

Page 24: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity A-3

Observing Windows XP system tools

Page 25: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Topic B

Topic A: Operating system fundamentals

Topic B: Directory and file management

Page 26: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Directory structure

Page 27: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

MS-DOS navigation commands

Command/cmd Dir Chdir/cd

Page 28: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Command/cmd

Basic syntax:command

cmd

Optional parameters and switches:command drive:path device ►/e:nnnn /p /c string /msg

Page 29: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Dir command

Basic syntax:dir

Optional parameters and switches:

dir drive:path filename /p /w ►/a:attributes /o:sortorder /s ► /b /l

Page 30: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

/a:attributes

h Hidden files

-h Non-hidden files

s System files

-s Non-system files

d Directories

-d Files only (not directories)

a Files ready for archiving

-a Files that have not changed since thelast archive

r Read-only files

-r Non-read-only files

Page 31: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

/o:sortorder

n Alphabetical order by name-n Reverse alphabetical order by name e Alphabetical order by file extension-e Reverse alphabetical order by

extension d Chronological by date and time, oldest

to newest-d Chronological by date and time,

newest to oldest s By size, smallest to largest-s By size, largest to smallest g Grouped directories, then files-g Grouped files, then directories

Page 32: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Chdir/cd command

Basic syntax:chdir

cd

Optional parameters:chdir drive:path or cd drive:path

chdir.. or cd..

chdir \ or cd \

Page 33: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Navigating in Windows Explorer

1. Click Start and choose All Programs, Accessories, Windows Explorer

2. Click the plus sign (+) next to a drive or folder

3. Select a drive or subfolder

Page 34: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity B-1

Using the command prompt

Page 35: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity B-2

Navigating a directory tree

Page 36: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Mkdir/md command

mkdir drive:path

md drive:path

Page 37: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Creating a directory (Windows Explorer)

1. In the navigation pane, select the drive or folder where you want to create the new folder

2. Choose File, New, Folder

3. Type the name of the new folder

4. Press Enter

Maximum depth of folder structure is 255 characters – Includes characters representing the drive,

plus any file-name extensions

Page 38: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity B-3

Creating directories

Page 39: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Copying in Windows Explorer

1. In the navigation pane, select the directory you want to copy – To select multiple directories, hold

down Ctrl and select each directory

2. Choose Edit, Copy

3. In the navigation pane, select the target location

4. Choose Edit, Paste

Page 40: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity B-4

Copying a directory

Page 41: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Deleting in Windows Explorer

1. Select the folder you want to remove

2. Choose File, Delete

3. Click Yes to confirm moving the folder and its contents to the Recycle Bin

Page 42: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity B-5

Removing directories

Page 43: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

File types

Binary Text—typically ASCII

Page 44: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

File extensions

.bat Batch file .bin Binary file .bmp; .gif; Image file

.jpeg; .jpg;

.png; .tif .com Command file .exe Executable file for programs .hlp; .chm Help file .htm; .html Hypertext markup language

(HTML) file for documents on the Web

continued

Page 45: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

File extensions, continued

.inf Configuration settings file usedduring setup/installation

.ini Configuration settings file .msi Windows installer package file .rtf Rich text file; allows

formatting .sys System file .txt Plain text file .vbs Visual Basic script file

Page 46: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

File-name limits

MS-DOS — eight-character limit– 8.3– eight characters for the name – three characters for the extension– separated by a period

Windows — 255-character limit

Page 47: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Creating a text file

1. Click Start and choose All Programs, Accessories, Notepad

2. Enter the desired text

3. Choose File, Save As

4. From the Save In list, select the desired directory

5. In the File Name box, type a name

6. Verify that Text Documents (*.txt) is selected in the Save as type box

7. Click Save

8. Choose File, Exit

Page 48: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity B-6

Creating a text file

Page 49: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

File attributes

Read-only Hidden System Archive

Page 50: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Attrib command

Basic syntax:attrib

Optional parameters and switches:attrib +r|-r +a|-a +s|-s +h|-h ►drive:path\filename /s

Page 51: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Attrib switches

+r Assigns the read-only attribute

-r Removes the read-only attribute

+a Assigns the archive attribute

-a Removes the archive attribute

+s Sets the file as a system file

-s Clears the system file attribute

+h Assigns the hidden attribute

-h Removes the hidden attribute

/s Applies the command to all files inthe current directory and its subdirectories

Page 52: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity B-7

Modifying file attributes

Page 53: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Editing a file in Notepad

1. Click Start and choose All Programs, Accessories, Notepad

2. Choose File, Open

3. In the Look in list, locate and select folder containing the text file

4. In the file list, select the file

5. Click Open

6. Modify the text

7. Save the file and then exit Notepad

Page 54: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity B-8

Editing a text file

Page 55: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

File permissions

NTFS file security– Windows NT Workstation– Windows 2000 Professional– Windows XP Home Edition– Windows XP Media Center Edition– Windows XP Professional

Windows XP Home Edition – Uses Simple File Sharing

Windows XP Professional – Can use either Simple File Sharing or the

classic security interface

Page 56: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

NTFS file permissions

Full control Modify Read & execute Read Write

Page 57: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

NTFS folder permissions

Full control Modify Read & execute List folder contents Read Write

Page 58: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Considerations

Each user account can have multiple NTFS permissions assigned to it

NTFS permissions are cumulative NTFS permissions are inherited

Page 59: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Assigning permissions

1. If necessary, disable Simple File Sharing

2. Open Windows Explorer

3. Navigate to the desired folder or file

4. Right-click the folder or file and choose Sharing and Security

5. Activate the Security tab

6. Select the desired user or group

continued

Page 60: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Assigning permissions, continued

7. Check Allow or Deny to set the desired permissions

8. Repeat steps 6 and 7 for additional users or groups

9. Click OK

Page 61: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Activity B-9

Assigning file permissions

Page 62: Course ILT Operating systems Unit objectives Identify operating system fundamentals Manage files on a computer.

Cou

rse

ILT

Unit summary

Identified operating system fundamentals

Managed files on a computer