Introduction to UNIX - PowerPoint PPT Presentation

About This Presentation
Title:

Introduction to UNIX

Description:

IST 210. Introduction to UNIX. UNIX developed at Bell Labs in 70s. One of the oldest and most ... Now you can start typing SQL. Remember no semi-colons needed ... – PowerPoint PPT presentation

Number of Views:301
Avg rating:3.0/5.0
Slides: 6
Provided by: djo4
Category:

less

Transcript and Presenter's Notes

Title: Introduction to UNIX


1
Introduction to UNIX
  • UNIX developed at Bell Labs in 70s
  • One of the oldest and most reliable OS
  • Linux, SUN/Solaris are UNIX kernel with
    additional features

2
Introduction to UNIX
  • Basic Commands (like DOS prompt)
  • List files - ls
  • Copy files - cp file1 file2
  • Move/Rename files mv file1 file2
  • Delete files rm
  • DANGEROUS COMMAND
  • One can delete all his/her files by mistake
  • Write alias rm rm i every time log on to play
    safe

3
Introduction to UNIX
  • Some more commands
  • mkdir mydir to make a new directory
  • cd mydir to change directory
  • man mkdir display help about a command
  • cd - to come back to your home directory
  • We will use ssh client to log onto UNIX machines

4
Connect to IBM DB2
  • First log on to splogin.cac.psu.edu
  • Enter username and password (CAC)
  • Type the following commands
  • gtsource /home/db2clnt/sqllib/db2cshrc
  • gtdb2

5
Inside IBM DB2
  • Some simple commands
  • db2gtlist database directory to show databases
  • db2gtconnect to classale to connect to a
    database
  • db2gtselect from pennstate.zipcodes
  • Now you can start typing SQL
  • Remember no semi-colons needed
Write a Comment
User Comments (0)
About PowerShow.com