Difference between revisions of "Tutorial2: Unix / Linux File Management"
(→Unix / Linux Directory Concepts) |
|||
Line 62: | Line 62: | ||
===Unix / Linux Directory Concepts=== | ===Unix / Linux Directory Concepts=== | ||
− | [[Image:directory-structure-1.png|thumb|right|350px|In Unix / Linux (as opposed to MS Windows), there are no drive letters (such as '''C:''', or '''D:''').<br> All files and directories appear under a single ancestor directory called "the '''root''' directory". ]] | + | [[Image:directory-structure-1.png|thumb|right|350px|In Unix / Linux (as opposed to MS Windows), there are no drive letters (such as '''C:''', or '''D:''').<br><br> All files and directories appear under a single ancestor directory called "the '''root''' directory".<br><br>Directory Pathnames ]] |
The Unix/Linux file system is '''hierarchical''', similar to other operating systems such as<br>'''Windows''', '''Mac OSX''', etc. | The Unix/Linux file system is '''hierarchical''', similar to other operating systems such as<br>'''Windows''', '''Mac OSX''', etc. | ||
Files are organized in directories. Directories may contain sub-directories. | Files are organized in directories. Directories may contain sub-directories. | ||
Line 72: | Line 72: | ||
In the Linux (Unix) OS, the "'''root directory'''" / is the starting directory, and other "child directories", "grandchild directories", etc. are created | In the Linux (Unix) OS, the "'''root directory'''" / is the starting directory, and other "child directories", "grandchild directories", etc. are created | ||
The hierarchical structure resembles an "upside- down tree". There is actually a command called tree that can display a "tree diagram"! | The hierarchical structure resembles an "upside- down tree". There is actually a command called tree that can display a "tree diagram"! | ||
− | |||
− | |||
=== Directory Pathnames === | === Directory Pathnames === |
Revision as of 15:52, 6 January 2020
Contents
UNIX / LINUX FILE MANAGEMENT
Main Objectives of this Practice Tutorial
- Understand the Purpose of the Unix / Linux Directory Structure.
- List Common Directories that are Contained in a Typical Unix / Linux Filesystem
- Use Common Unix / Linux Commands to Perform Directory Management Tasks.
- Use Common Unix / Linux Commands to Perform Text File Management Tasks.
- Using Text Editors to Create and Manipulate Text Files
- Using Text Editors to Create and Manipulate Text Files
Tutorial Reference Material
Course Notes / Software |
Linux Command/Shortcut Reference |
YouTube Videos | ||
Course Notes:Tutorials:
|
Directory and File Management Commands | Text File Management Commands
Text Editors
|
Brauer Instructional Videos: |
Unix / Linux Directory Concepts
The Unix/Linux file system is hierarchical, similar to other operating systems such as
Windows, Mac OSX, etc.
Files are organized in directories. Directories may contain sub-directories.
In Unix / Linux (as opposed to MS Windows), there are no drive letters (such as C:, or D:). All files and directories appear under a single ancestor directory called the "root directory".
Learning how to issue Linux commands for navigating the Linux filesystem and manipulating directory and files are essential skills for Linux users and administrators.
In the Linux (Unix) OS, the "root directory" / is the starting directory, and other "child directories", "grandchild directories", etc. are created The hierarchical structure resembles an "upside- down tree". There is actually a command called tree that can display a "tree diagram"!
Directory Pathnames
INVESTIGATION 1: MANAGING DIRECTORIES
x
Part 1: Creating / Removing Directories
x
Perform the Following Steps:
- x
Part 2: Creating / Copying / Moving / Removing Files
x
Perform the Following Steps:
- x
INVESTIGATION 2: MANAGING TEXT FILES
x
Part 1: Creating / Removing Text Files
x
Perform the Following Steps:
- x
Part 2: x Files
x
Perform the Following Steps:
- x
INVESTIGATION 3: USING TEXT EDITORS TO CREATE / MODIFY TEXT FILES
In this section, you will learn how to use the Linux Shell. Topics in the section include:
- x
- x
- x
- x
- x
Part 1: Using the Nano Text Editor
x
Perform the Following Steps:
- x
Part 2: Using the VI / VIM Text Editor
x
Perform the following steps:
- x
LINUX PRACTICE QUESTIONS
The purpose of this section is to obtain extra practice to help with quizzes, your midterm, and your final exam.
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_week2_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:
- x
- x
- x
- x
- x
- x
- x
- x
- Create a table listing each Linux command, useful options that were mentioned in the online assignment #1 and command purpose for the following Linux commands: '