Chapter 4 Getting Help. Using CDE Help Help Manager – primary help tool SunSolve Online – Web-based online help from Sun Solaris Support – Web-based Sun.

Slides:



Advertisements
Similar presentations
CS 497C – Introduction to UNIX Lecture 5: Understanding the UNIX Command Chin-Chih Chang
Advertisements

1. Reasons for logging on as a root •Most people are familiar with Windows systems with regard to administrative privileges. Many user running windows.
RH030 Linux Computing Essentials
Macromedia Dreamweaver MX 2004 – Design Professional Dreamweaver GETTING STARTED WITH.
Lesson 10: Starting Windows Applications start an application program move between open application programs start an application using the Run command.
AIMSweb Progress Monitor Online User Training
Overview Lesson 1. Objectives Step-by-Step: Start Excel 1.Click the Start menu, and then click All Programs. 2.On the list of programs, click Microsoft.
© 2010 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Chapter One The Essence of UNIX.
Chapter 8 Files and User Information Utilities. Logical Partitions referred to as file systems like a drive in windows world $ df (display filesystems)
Chapter 2 Accessing Your System and the Common Desktop Environment.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 6 1 Microsoft Office Excel 2003 Tutorial 6 – Working With Multiple Worksheets.
Explore the Dreamweaver Workspace View a Web page and use Help Plan and Define a Web site Add a Folder and Pages, and set the Home page Create and View.
Chapter 10 File System Security. Security Policies security policies are doors maintain a balance between total access and total security UNIX has two.
Chapter 3 CDE User Applications. CDE Mail Tool full-featured graphical management program standard component of the Solaris CDE read mail and attachments.
Exploring the Basics of Windows XP. Objectives Start Windows XP and tour the desktop Explore the Start menu Run software programs, switch between them,
McGraw-Hill Technology Education© 2004 by the McGraw-Hill Companies, Inc. All Rights Reserved. Introduction to Microsoft Office 2003.
Guide To UNIX Using Linux Third Edition
Chapter 6 Basic Directory and File Management. Command Line Control Characters Control-s - Stops screen output - rarely used Control-q - Resumes screen.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 5: User Environment and Multiple Languages.
Getting Started with Linux: Novell’s Guide to CompTIA’s Linux+ (Course 3060) Section 2 Use the Linux Desktop.
Chapter 2: Exploring the Desktop The Complete Guide to Linux System Administration.
RIMS II Online Order and Delivery System Tutorial on Downloading and Viewing Multipliers.
Documentation 1. User Documentation 2. Technical Documentation 3. Program Documentation.
Exploring the Basics of Windows XP
2 $ command Command Line Options ls –a –l hello hi Command Arguments.
Windows Operating System and its Built-in Facilities
1 Lesson 6 Exploring Microsoft Office 2007 Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Introduction to Unix/Linux Chapter One The Essence of UNIX.
System for Administration, Training, and Educational Resources for NASA SATERN Overview for Learners May 2006.
UNIX Unbounded 5th Edition Amir Afzal Chapter 3 Getting Started
Microsoft Office Illustrated Introductory, Premium Edition with Word 2003 Getting Started.
Getting Started with Application Software
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
SUSE Linux Enterprise Desktop Administration Chapter 2 Use the Linux Desktop.
UNIX and Shell Programming (06CS36) Unit 1 Continued… Shrinivas R. Mangalwede Department of Computer Science and Engineering K.L.S. Gogte Institute of.
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
Understanding Excel Lesson 1.
An Introduction to CCP4i The CCP4 Graphical User Interface Peter Briggs CCP4.
System for Administration, Training, and Educational Resources for NASA SATERN Overview for Users December 2009.
XP Practical PC, 3e Chapter 3 1 Installing and Learning Software.
VistA Imaging Workstation Configuration. October The information in this documentation includes functionality of the software after the installation.
Lesson 2-Touring Essential Programs. Overview Development of UNIX and Linux. Commands to execute utilities. Communicating instructions to the shell. Navigating.
SATERN for Supervisors Updated: December Session Objectives At the end of the session, participants will be able to:  Describe SATERN  Log in.
Chapter 9 Using Text Editors. vi Editor visual Editor, ASCII text editor, no formatting capabilities almost as powerful as MS Word, has 26 clipboards.
The Report Generator Viewing Student Outcomes. Install the Report Generator In a browser, go to Click.
Introduction to KE EMu Unit objectives: Introduction to Windows Use the keyboard and mouse Use the desktop Open, move and resize a.
1 © 2001 John Urrutia. All rights reserved. Chapter 2 Getting Started.
CHANGING THE VOLUME Click the volume icon in the bottom right hand corner of the screen.
1 Basic DMIS Navigation DMIS Web Services Release 2.3.
Explore GNOME The easy way, using a live CD By Carl Weisheit.
Creating Word Documents Word Chapter 1 Mrs. Brown.
Linux Tutorial Lesson Two *Getting Help in Linux *Data movement and manipulation *Relative and Absolute path *Processes Note: see chapter 1,2,3 from Linux.
Munis Version 9.1 & 8.3 Sneak Peek System Administration.
IT Desktop Management GoToMeeting – Online Meeting Service Attendee Guide May 2007 Prepared by Angela Mars IT Education and Training.
XP New Perspectives on Creating Web Pages With Word Tutorial 1 1 Creating Web Pages With Word Tutorial 1.
IT Desktop Management GoToMeeting – Online Meeting Service Organizer/Presenter Guide May 2007 Prepared by Angela Mars IT Education and Training.
MetaViewer Interface and Navigation start now. What is MetaViewer? Log On/Off to the system Main Window and Panes Master Index and Folder Pane Account.
Microsoft Excel Illustrated Introductory Workbooks and Preparing them for the Web Managing.
Chapter A - Getting Started with Dreamweaver MX 2004
Unix Shells.
Tutorial Reading in EBSCOhost support.ebsco.com.
Microsoft Word 2003 Illustrated Complete
System Navigation and Test Launch
Module 5 Getting Help.
UNIX and Shell Programming (06CS36)
UNIX and Shell Programming (06CS36)
Module 06 Getting Help.
Presentation transcript:

Chapter 4 Getting Help

Using CDE Help Help Manager – primary help tool SunSolve Online – Web-based online help from Sun Solaris Support – Web-based Sun Support contact info Information – Access the Application Manager information readme files Desktop Introduction – Basic tutorial on using the desktop Front Panel Help – Help with the Front Panel icons and features On Item Help - Obtain specific on-screen information about an item by selecting it AnswerBook2 – Solaris reference manuals in online format

Help Index Search click on the Search/Index button while in the Help Viewer window or access from Workspace Menu volumes are displayed as hyperlinks search based on a keyword search number indicates the number of subtopics available

AnswerBook2 on-line version of the printed manuals including graphics includes Solaris 8 System Administrator Collection Solaris 8 User Collection Solaris 8 Software Developer Collection open AnswerBook2 locally by typing in browser

man pages UNIX Programmer’s Manual describes the system’s on-line commands, system calls, file formats, and system maintenance installed by default character-based screen displays and are not graphical command prompt to access

man command $ man name - help on particular command $man -k keyword - Searches the man pages table of contents for the specified keyword and displays one-line summary for each entry $ man -s section name - Displays a particular section of the man pages which can include multiple commands

man Page Output NAME - name of command and other commands that do the same thing SYNOPSIS - syntax of command with options and arguments DESCRIPTION - overview of what command does OPERANDS - target of the command OPTIONS - switches that change the function or effect of the command; normally preceded by a dash (-) SEE ALSO - Refers you to other related commands and subjects

whatis Command display the header line from the manual section brief definition of the command helpful if you can remember the command name but forgot what it does

man Pages Scrolling man pages can be many screens of output like router output, return is one line, space bar is one screen

Troubleshooting Unresponsive Terminal: Enable screen scroll using Control –Q (Ctrl + q keys) Interrupt the process using Control –C (Ctrl + c keys) Enter EOF (end of file) using Control –D (Ctrl + d keys) Quit the window and restart a new one. Unresponsive Application: Determine the process ID number associated with the application and kill that process (chap 13) Logout and log back in again then restart the application. Unresponsive workstation: Open a terminal window on another host Type: rlogin -l (dash “L”) Type your invisible password. Type ps -ef to determine the process ID for your login shell Type kill -9 Type logout to logout from the remote host Go back to your workstation and log back in

DOS / UNIX Reference Table

Lab Using CDE Help Lab Referencing AnswerBook2 Help Lab Using Command Line Help chapter 4 assessment Labs/Assessment

in UNIX terminal, type $ cal what is wrong with this calendar? how can you find out? man page exercise

in UNIX terminal, type $ cal what is wrong with this calendar? solution: type $ man cal shows that september of 1752 skipped 11 days to make up for the lack of leap years - this is the switch from the Julian calendar (Julius Caesar in 46 B.C.) to the Gregorian calendar (Pope Gregory XIII) man page exercise (solution)