High Performance Computing Introduction to Unix - PowerPoint PPT Presentation

1 / 8
About This Presentation
Title:

High Performance Computing Introduction to Unix

Description:

Oak Ridge National Laboratory. OAK RIDGE NATIONAL LABORATORY. U. S. DEPARTMENT OF ENERGY. High Performance Computing ... Download putty.exe. Get the website up! ... – PowerPoint PPT presentation

Number of Views:18
Avg rating:3.0/5.0
Slides: 9
Provided by: nccs9
Category:

less

Transcript and Presenter's Notes

Title: High Performance Computing Introduction to Unix


1
High Performance Computing Introduction to Unix
  • Robert Whitten Jr

2
Welcome!
  • Todays Agenda
  • Questions from last week
  • Unix commands you cant live without
  • File systems
  • Shell scripting

3
From last time
  • Send me that email if you havent already
  • whittenrm1_at_ornl.gov
  • Apply for an account
  • http//www.nccs.gov/user-support/access/account-re
    quest/
  • Download and install cygwin
  • Download putty.exe
  • Get the website up!
  • http//www.nccs.gov/user-support/training-educatio
    n/workshops/high-performance-scientific-computing/

4
Unix commands you cant live without
  • passwd change local password
  • man read system manual pages
  • pwd identify the working directory
  • cd change the working directory
  • echo display a string
  • ls display contents of directory
  • cat display text of file
  • more display text of file
  • cp copy a file
  • mv move a file
  • rm remove a file
  • mkdir create a directory
  • rmdir remove a directory

5
Unix file system
  • Hierarchical file structure
  • Directories
  • Files
  • Directories
  • Contain files and/or other directories
    (subdirectories)
  • Files
  • Contain data (text, binary, etc)

6
Hierarchical (tree) file system
  • There is one parent directory per file system
  • Root aka /
  • Everything else is contained in this directory
  • Subdirectories
  • Files
  • Pathnames name (address) of the file/directory
  • /ccs/home/rmwjr
  • Absolute vs. relative pathnames
  • Navigating directories
  • Creating files, directories
  • Redirection, pipes

7
Shell scripts
  • Programs to help automate recurring task
  • Text files that are interpreted by shell program
  • Interpreted vs compiled languages
  • Example

8
Questions?
http//www.nccs.gov
Oak Ridge National Laboratory
U. S. Department Of Energy 8
Write a Comment
User Comments (0)
About PowerShow.com