Difference between revisions of "Tutorial3: Advanced File Management / Quoting Special Characters"

From CDOT Wiki
Jump to: navigation, search
(LINUX PRACTICE QUESTIONS)
Line 12: Line 12:
  
 
:* x
 
:* x
 +
 +
===Tutorial Reference Material===
 +
 +
{|width="100%" cellspacing="0" cellpadding="10"
 +
 +
|- valign="top"
 +
 +
|colspan="1" style="font-size:16px;font-weight:bold;border-bottom: thin solid black;border-spacing:0px;"|Course Notes<br>
 +
 +
|colspan="2" style="font-size:16px;font-weight:bold;border-bottom: thin solid black;border-spacing:0px;padding-left:15px;"|Linux Command/Shortcut Reference<br>
 +
 +
|colspan="1" style="font-size:16px;font-weight:bold;border-bottom: thin solid black;border-spacing:0px;padding-left:15px;"|YouTube Videos<br>
 +
 +
|- valign="top" style="padding-left:15px;"
 +
 +
|colspan="1" |Course Notes:<ul><li>[https://ict.senecacollege.ca/~uli101/notes/Week02.pdf PDF] | [https://ict.senecacollege.ca/~uli101/notes/Week02.pptx PPTX]</li></ul>Tutorials:<ul><li>[http://www.cheat-sheets.org/saved-copy/Nano_Cheat_Sheet.pdf Nano Reference Sheet (PDF)]</li><li>[https://www.smashingmagazine.com/2010/05/vi-editor-linux-terminal-cheat-sheet-pdf Vi Reference Sheet (PDF)]</li><li>[http://czegel.com/seneca/uli101/lectures/Lecture2.html Les Czegel's Week 2 Notes (HTML)]</li></ul>
 +
 +
 +
|  style="padding-left:15px;" |File Management
 +
*[http://man7.org/linux/man-pages/man1/pwd.1.html pwd]<br>
 +
*[http://man7.org/linux/man-pages/man1/cd.1p.html cd]<br>
 +
*[http://man7.org/linux/man-pages/man1/ls.1p.html ls]<br>
 +
*[https://www.systutorials.com/docs/linux/man/1-tree/ tree]<br>
 +
*[http://man7.org/linux/man-pages/man1/mkdir.1.html mkdir]<br>
 +
*[http://man7.org/linux/man-pages/man1/rmdir.1.html rmdir]<br>
 +
*[http://man7.org/linux/man-pages/man1/cp.1.html cp]<br>
 +
*[http://man7.org/linux/man-pages/man1/mv.1p.html mv]<br>
 +
*[http://man7.org/linux/man-pages/man1/rm.1.html rm] , [http://man7.org/linux/man-pages/man1/rm.1.html rm -r]<br>
 +
 +
|  style="padding-left:15px;"|Text Editors /<br>File Content
 +
*[http://man7.org/linux/man-pages/man1/vi.1p.html vi] , *[https://linux.die.net/man/1/nano nano]<br>
 +
*[http://man7.org/linux/man-pages/man1/cat.1.html cat]<br>
 +
*[http://man7.org/linux/man-pages/man1/more.1.html more] , [http://man7.org/linux/man-pages/man1/less.1.html less]<br>
 +
*[http://man7.org/linux/man-pages/man1/touch.1.html touch]<br>
 +
*[http://man7.org/linux/man-pages/man1/file.1.html file]<br>
 +
*[http://man7.org/linux/man-pages/man1/find.1.html find]<br>
 +
*[http://man7.org/linux/man-pages/man1/diff.1.html diff]<br>
 +
*[http://man7.org/linux/man-pages/man1/sort.1.html sort]<br>
 +
*[http://man7.org/linux/man-pages/man1/uniq.1.html uniq]<br>
 +
*[http://linuxcommand.org/lc3_man_pages/grep1.html grep]<br>
 +
 +
|colspan="1" style="padding-left:15px;" width="30%"|Brauer Instructional Videos:<ul><li>[https://www.youtube.com/watch?v=UfAFAipked0&list=PLU1b1f-2Oe90TuYfifnWulINjMv_Wr16N&index=3 Basic File Actions<br>(touch, ls -l, cp, cp -r, mv, mkdir, mkdir -p, rm, rmdir, rm -r)]</ul>
 +
 +
|}
 +
  
  

Revision as of 16:52, 12 January 2020

ADVANCED UNIX / LINUX FILE MANAGEMENT

Main Objectives of this Practice Tutorial

  • x
  • x
  • x
  • x
  • x

Tutorial Reference Material

Course Notes
Linux Command/Shortcut Reference
YouTube Videos
Course Notes:Tutorials:


File Management Text Editors /
File Content
Brauer Instructional Videos:


Absolute / Relative / Relative-To-Home Pathnames

x

.

INVESTIGATION 1: ABSOLUTE / RELATIVE / RELATIVE-TO-HOME PATHNAMES

X


Perform the Following Steps:


  1. X


INVESTIGATION 2: FILENAME EXPANSION

x

Perform the following steps:
  1. X

INVESTIGATION 3: QUOTING SPECIAL CHARACTERS

x


Perform the Following Steps:
  1. X

LINUX PRACTICE QUESTIONS

The purpose of this section is to obtain extra practice to help with your assignment #1, quizzes, your midterm, and your final ezam.

Here is a link to the MS Word Document of ALL of the questions displayed below but with extra room to answer on the document to simulate a quiz:

https://ict.senecacollege.ca/~murray.saul/uli101/uli101_week3_practice.docx

Your instructor may take-up these questions during class. It is up to the student to attend classes in order to obtain the answers to the following questions. Your instructor will NOT provide these answers in any other form (eg. e-mail, etc).


Review Questions:

  1. X
  2. X
  3. X
  4. X
  5. X
  6. X
  7. X
  8. X