620 likes | 797 Views
Operating systems. Unit objectives Identify operating system fundamentals Manage files on a computer. Topic A. Topic A: Operating system fundamentals Topic B: Directory and file management. Microsoft Windows XP. Mac OS X. RedHat Linux. Dependability features. Stable OS architecture
E N D
Operating systems Unit objectives • Identify operating system fundamentals • Manage files on a computer
Topic A • Topic A: Operating system fundamentals • Topic B: Directory and file management
Dependability features • Stable OS architecture • System restore • Device driver rollback • Device driver verification • Reduced reboot scenarios • Scalable memory/processor support
Application failure reduction • Side-by-side DLLs • Windows File Protection • Windows Installer • Internet Explorer Add-on Manager
Security features • Windows Firewall • Encrypting File System (EFS) • IP Security • Kerberos • Smart card support • Windows Security Center
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
Desktop management features • Remote Assistance • Group policies • Help and Support Center • Microsoft Management Console (MMC) • Recovery console • Safe Mode Startup Options
Usability features • Graphical user interface • Adaptive user environment • Troubleshooters
Mobile-computing features • Remote desktop • Offline file and folder support • Offline viewing • Laptop power management features • Hot docking • Advanced Configuration and Power Interface
Networking features • Wireless networking • Home networking • Network Setup Wizard • Network bridge • Internet Connection Sharing • Bluetooth 2.0
Product life cycle • Mainstream support • Extended support • Self-help online support
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
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
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
Activity A-1 Selecting an appropriate Windows operating system
Windows XP Professional Desktop Recycle Bin Start menu Taskbar System tray
Windows 2000 Professional My Computer My NetworkPlaces Recycle Bin System tray Start menu Taskbar
Windows Explorer Date created or modified Toolbar Filetype Filesize Menu bar Files Drive Folder/directories Drive
Activity A-2 Locating Windows XP interface components
System tools • Control Panel • Computer Management Console • Accessories/System Tools • Command-line utility • Device Manager
Activity A-3 Observing Windows XP system tools
Topic B • Topic A: Operating system fundamentals • Topic B: Directory and file management
MS-DOS navigation commands • Command/cmd • Dir • Chdir/cd
Command/cmd • Basic syntax: command cmd • Optional parameters and switches: command drive:path device ►/e:nnnn/p /c string /msg
Dir command • Basic syntax: dir • Optional parameters and switches: dir drive:pathfilename /p /w ►/a:attributes /o:sortorder /s ►/b /l
/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 the last archive r Read-only files -r Non-read-only files
/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
Chdir/cd command • Basic syntax: chdir cd • Optional parameters: chdir drive:path or cd drive:path chdir.. or cd.. chdir \ or cd \
Navigating in Windows Explorer • Click Start and choose All Programs, Accessories, Windows Explorer • Click the plus sign (+) next to a drive or folder • Select a drive or subfolder
Activity B-1 Using the command prompt
Activity B-2 Navigating a directory tree
Mkdir/md command mkdir drive:path md drive:path
Creating a directory (Windows Explorer) • In the navigation pane, select the drive or folder where you want to create the new folder • Choose File, New, Folder • Type the name of the new folder • Press Enter • Maximum depth of folder structure is 255 characters • Includes characters representing the drive, plus any file-name extensions
Activity B-3 Creating directories
Copying in Windows Explorer • In the navigation pane, select the directory you want to copy • To select multiple directories, hold down Ctrl and select each directory • Choose Edit, Copy • In the navigation pane, select the target location • Choose Edit, Paste
Activity B-4 Copying a directory
Deleting in Windows Explorer • Select the folder you want to remove • Choose File, Delete • Click Yes to confirm moving the folder and its contents to the Recycle Bin
Activity B-5 Removing directories
File types • Binary • Text—typically ASCII
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
File extensions, continued • .inf Configuration settings file used during 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
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
Creating a text file • Click Start and choose All Programs, Accessories, Notepad • Enter the desired text • Choose File, Save As • From the Save In list, select the desired directory • In the File Name box, type a name • Verify that Text Documents (*.txt) is selected in the Save as type box • Click Save • Choose File, Exit
Activity B-6 Creating a text file
File attributes • Read-only • Hidden • System • Archive
Attrib command • Basic syntax: attrib • Optional parameters and switches: attrib +r|-r +a|-a +s|-s +h|-h ►drive:path\filename /s