Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 1Winter Quarter Introduction to UNIX Lecture 4.

Slides:



Advertisements
Similar presentations
LOGGING ON AND SHUTTING DOWN How to do both successfully at school.
Advertisements

Lab III – Linux at UMBC.
General Operation and Facts As of 3/24/2014. Virtual Desktop 1. What is a Virtual Desktop? 2. Why VDI? 3. Installing the Virtual Desktop 4. Accessing.
1 OR Tri-County Training 2014 USING PRACTICE LAB On line access to the Practice Lab version of TaxWise software.
Behavior Report Setting Up Your Account. Logging in to the Software URL makingitbettercms.intercedeservices.com.
Chapter One The Essence of UNIX.
Introduction to Unix GLY 560: GIS for Earth Scientists Class Home Page:
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
Operating Systems. What is an Operating System? A layer of software between users/applications and the hardware. The first program loaded onto a computer.
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect 20AP. 1Winter Quarter File Transfer Lecture.
Samba Instructional Computing –Short Course Designed by: Chris Scheetz.
Guide To UNIX Using Linux Third Edition
Hands-On Ethical Hacking and Network Defense Second Edition Chapter 6 Enumeration.
CS 497C – Introduction to UNIX Lecture 1: Getting Started Chin-Chih Chang
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect 16AP. 1Winter Quarter UNIX Process Management.
Introduction to Computer Science /16/15. Introduction and Attendance Handout.
1 Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET201.
Microsoft Office 2013 ®® Appendix A Introduction to Cloud Computing.
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect 4P. 1Winter Quarter Introduction to UNIX.
Operating System.
Agenda What is Computer Programming? The Programming Process
Introduction to Computers Connie Dalrymple. What is a computer? Sources:
BIF713 Operating Systems & Project Management Instructor: Murray Saul
COMP1070/2002/lec3/H.Melikian COMP1070 Lecture #3 v Operating Systems v Describe briefly operating systems service v To describe character and graphical.
CIM6400 CTNW (04/05) 1 CIM6400 CTNW Lesson 6 – More on Windows 2000.
Module 1 Introduction to UNIX/Linux
Chapter Three The UNIX Editors. 2 Lesson A The vi Editor.
Network Security and Troubleshooting An in-service for users of Windows XP Pro on Windows Server 2003.
FTP Server and FTP Commands By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
PC Maintenance: Preparing for A+ Certification Chapter 23: Using a Windows Network.
Computer Fundamentals MSCH 233 Lecture 2. What is a Software? Its step by step instructions telling the computer how to process data, execute operations.
AI – CS289 Fuzzy Logic - Labs Fuzzy Logic – Lab 1 Starting up… 05 th October 2006 Dr Bogdan L. Vrusias
Returning Students You registered last year. If you remember your , type it in at the top of the screen Click on “Password Help”
SCSC 555 Frank Li.  Introduction to Enumeration  Enumerate Microsoft OS  Enumerate *NIX OS  Enumerate NetWare OS (skip) 2.
Computer Science in Medicine MDCS 134 Lecture 2. What is a Software? Its step by step instructions telling the computer how to process data, execute operations.
ENGR Welcome to ENGR Excellence – Impact - Innovation.
How To Log On the Computer At School A Tutorial for Preschoolers and Kindergarteners.
CMSC 104, Version 8/061L01Introduction.ppt Introduction CMSC 104 Problem Solving and Computer Programming.
Computers & Operating Systems
Unix and Samba By: IC Labs (Raj Kidambi). What is Unix?  Unix stands for UNiplexed Information and Computing System. (It was originally spelled "Unics.")
Using the remote access option on the lab computers Fall 2005.
Information Security 493. Lab 10.1: Look for Security Events within Windows XP Logging is automatically enabled for many items on a workstation, but the.
Agenda Overview of Seneca Computer System File Servers / Student Computer Accounts Telnet application How to Logon to Learn / Phobos accounts How to Change.
Chapter Three The UNIX Editors.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 20AP. 1Winter Quarter File Transfer Lecture 20A.
Student Computing Services UK Computing facilities information available at Lab Info - general information, software, etc. Account.
The Diagnostic Pathfinder System Introduction Getting Started.
Unix Servers Used in This Class  Two Unix servers set up in CS department will be used for some programming projects  Machine name: eustis.eecs.ucf.edu.
TUTORIAL #3 INFORMATION SECURITY : LOOK FOR SECURITY EVENTS WITHIN WINDOWS XP Logging is automatically enabled for many items on a workstation,
FTP COMMANDS OBJECTIVES. General overview. Introduction to FTP server. Types of FTP users. FTP commands examples. FTP commands in action (example of use).
Unix Advanced Shells Chapter 10. Unix Shells u Command Line Interpreter –once logged in, login gives control to a shell –it prompts for input, then parses,
Agenda Overview of Seneca Computer System File Servers / Student Computer Accounts Telnet application How to Logon to Learn / Phobos accounts How to Change.
CS 1451 UNIX OPERATING SYSTEM Lecture 1. CS 1452 OVERVIEW UNIX Operating System  Multi-Tasking  Multi-User  Interactive Supports computer systems 
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
AI – CS364 Matlab Fuzzy Toolkit Running the Matlab Fuzzy Toolkit 10 th October 2006 Dr Bogdan L. Vrusias
New LDAP Login Instructions Windows Workstation Login Samba Domain Login Locations: SOM ClassroomsCW Computer Lab 1160SOM1129CW 1170SOMSOE.
Chapter 2 Operating Systems
CITA 352 Chapter 6 Enumeration.
Macintosh & Linux Used to fill in pg 5 & 6 of “Operating Systems” Packet.
WINDOWS NT VERSUS UNIX NT & UNIX OVERVIEW by Zhuo Hong Liu
User Access and User ID Commands in UNIX
Computing Fundamentals
Introduction to Programming the WWW I
forgot laptop password Windows 10 with no reset disk
Telnet/SSH Connecting to Hosts Internet Technology.
Computer Science I CSC 135.
Windows xp PART 1 DR.WAFAA SHRIEF.
Start at our website at In the upper right hand corner is a link for “Office 365”
Two methods to observe tutorial
Chapter 3 – Operating Systems
Presentation transcript:

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 1Winter Quarter Introduction to UNIX Lecture 4

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 2Winter Quarter Computing Environment PC vs. UNIX –Many PCs use a version of the Microsoft Windows operating system (either 95/98/ME or NT/2000/XP). –UNIX is an operating system used primarily on workstations. There are versions for Personal Computers. LINUX is a version of UNIX.

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 3Winter Quarter UNIX Originally written by programmers for programmers at Bell Labs. Often is the operating system of choice for high- performance engineering workstations. Original (and still common) user interface is the "UNIX command line", although graphic user interfaces (GUIs) are available. Names of UNIX commands tend to be a little cryptic or strange.

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 4Winter Quarter UNIX Command Line Interface We will use the "UNIX command line" user interface for much of the work in this class. The availability of some limited graphic user interface capabilities is provided by special terminal emulation software. Emulator runs on the PC and makes the PC system act like an "X-Windows" terminal. Simple Secure-Shell terminal emulation can also be used.

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 5Winter Quarter Some Simple UNIX Commands

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 6Winter Quarter Your Computer Accounts Each student actually has two separate computer system accounts: –One for the personal computers (in HI 324) –One for the UNIX system (SGI IRIX) Each account is established only for the duration of the current quarter (i.e., the files stored under your Autumn Quarter's account(s) are gone)

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 7Winter Quarter Your User ID and Default Password The User ID for both of your computer accounts is simply your OSU ID. The default password for both accounts is: –The first letter of your last name –The first three digits of your SSN in reversed order –Your entire first name Written as one "word" in all lowercase

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 8Winter Quarter Figuring out Your ID & Default Password So, as an example of a User ID and a default password, let's suppose: –Your name is "Woody Hayes" –Your SSN is –Your OSU address is Then, Wayne Woodrow "Woody" Hayes would logon as: –User ID:hayes.1 –Password:h789wayne

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 9Winter Quarter Default Logon for PC Systems in HI 324 Your UNIX "default" password: –The first letter of your last name –The first three digits of your SSN in reversed order –Your entire first name Another possible default password: –Just your University ID (your 9-digit SSN) Attempt both of these methods and if neither work speak to the lab facilitator at the desk in 324 or your instructor.

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 10Winter Quarter Logging On to a PC in HI 324 Windows XP Logon Press “Ctrl - Alt - Del”, if so instructed Fill in the new window with –Your User ID –Your Password (watch case) –The Domain (ENGR1)

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 11Winter Quarter Logging On to the PC User Name Password Domain hayes.1 h789wayne ENGR1

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 12Winter Quarter Changing Your Password on the PC (Press Ctrl -- Alt -- Del) Windows XP Security Login Information CancelChange Password Log Off

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 13Winter Quarter Changing Your Password on the PC Domain User Name Change Password Old Password New Password Confirm New Password

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 14Winter Quarter Logging On to the SGI UNIX System On the PC -- –Click on Start Go to Programs Submenu –Then go to Exceed Submenu »Then go to Exceed (Task) and Click

Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 4P. 15Winter Quarter Today's Assignment – E3 In assignment E3, you are asked to logon on to the UNIX system and try a few commands. In Part A, write down the command you typed for each of the seven steps. In Part B, choose an editor program and type in the given computer program. UNIX editor choices include: –vedit (or vi)– pico –emacs (X only)