Download presentation
Presentation is loading. Please wait.
Published byWilliam Stafford Modified over 9 years ago
1
CIS 90 - Lesson 15 Lesson Module Status Slides – Properties - Flash cards – No-stress quiz – Web calendar summary – Web book pages – Commands – Lab – done Supplies () - Class PC's – Scripts () –
2
CIS 90 - Lesson 15 Quiz
3
CIS 90 - Lesson 15 ObjectivesAgenda Transfer project files to Windows and Linux systems Prepare for final exam No Quiz Questions from last week File transfer continued Practice Test #3 Project Workshop (optional) The UNIX/Linux File System
4
CIS 90 - Lesson 15 Previous material and assignment 1.Questions?
5
CIS 90 - Lesson 15 File Transfer
6
Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Use find to list the files in bin/, answers/, and your /home directory used in this class
7
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Use wc to count the number of files
8
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Backup all these files into a single tarball directories to backup Name of tarball to create create verbose
9
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Use the t option (table of contents) to list the contents of the tarball which are then piped to wc to count Name of tarball table of contents verbose
10
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / About 1 MB in size uncompressed and 168 KB compressed
11
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Navigate to the folder on the Windows PC to where you will download the tarball from Opus
12
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Set host, servertype, logontype, user and password Make a new site Click Connect button to connect to host
13
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 Connected to Opus and you will be in your home directory
14
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Scroll down and find the tarball
15
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Right click and select download
16
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / download in progress
17
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Download complete Click on red X to disconnect when download is finished
18
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Disconnected
19
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Now connect to your Linux system
20
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Connected to another Linux system now
21
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Navigate to directory on Linux system to upload the tarball
22
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Right click on tarball and select Upload
23
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Tarball uploaded to second Linux system
24
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Putty (SSH) in to the second Linux system
25
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Login and navigate to directory where tarball was uploaded
26
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Unzip the tarball
27
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Extract the tarball extract
28
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / The bin, answer and home directories have been recreated
29
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / Note we have a different path on this system so may have to specify a relative path to script file to run
30
File Transfer Opus -> Windows PC -> Linux System CIS 90 - Lesson 15 / [root@benji opus-files]# gunzip roddyduk.tar.gz [root@benji opus-files]# ls roddyduk.tar [root@benji opus-files]# Unzip the tarball
31
CIS 90 - Lesson 15 Class Exercise Make compressed tarball cd /home/cis90/ find bin/ answers/ $LOGNAME/ | wc -l tar cvf /home/cis90/$LOGNAME/$LOGNAME.tar bin/ answers/ roddyduk/ tar tvf /home/cis90/$LOGNAME/$LOGNAME.tar | wc –l cd gzip $LOGNAME.tar
32
CIS 90 - Lesson 15 Class Exercise Filezilla On class laptop Install Filezilla Download tarball
33
CIS 90 - Lesson 15 Practice Test #3
34
CIS 90 - Lesson 15 Project Presentations
35
CIS 90 - Lesson 15 Project Workshop (optional)
36
CIS 90 - Lesson 15 Wrap up
37
CIS 191 - Lesson 15 New commands: tarBackup and restore files gzipCompress file gunzipUncompress file New Files and Directories:
38
CIS 90 - Lesson 15 Next Class
39
CIS 90 - Lesson 15 Backup
40
CIS 90 - Lesson 15 filezilla
41
CIS 90 - Lesson 15
47
tar xvjf FileZilla_3.1.6_i586-linux-gnu.tar.bz2 x = extract v = verbose j = bzip2 compression f = file to do extraction from
48
CIS 90 - Lesson 15
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.