Navigation in Linux

Info

  • Level: Beginner
  • Presenter: Eli the Computer Guy
  • Date Created: September 14, 2010
  • Length of Class: 45 Minutes

Tracks

Prerequisites

  1. Introduction to Linux
  2. Installing Linux
  3. Basic Linux Tasks

Purpose of Class

  • This class teaches students how to navigate through the file directories in Linux

Topics Covered

  • Changing Directories
  • Listing Contents of Directories
  • Making, Moving Copying, Renaming and Deleting Directories
  • Mounting Hard Drives and Flash Drives
  • Mounting the CDROM

Class Notes

  1. Changing Directories
    1. CD
    2. ls –l or ls -m
    3. Searching = sudo find -iname XXX (You can use Wild Cards)
    4. -iname arguement is to make the search case insensitive
  2. Make /remove/ move directories
    1. sudo mkdir folder
    2. sudo rm folder (sudo rm folder –r for directory and trees)
    3. sudo mv file/folder – moves/ renames
    4. sudo cp souce destination- copy (add –r for directories)
  3. Mounting Dives
    1. Basic Process = Create Directory – List Attached Drives – Link Directory to Drive
    2. Make folder to be mounted – sudo mkdir /mnt/folder (Create folder in /mnt directory for easier administration)
    3. To list drives attached to computer – sudo fdisk –l
    4. To mount a drive – sudo mount drive folder
    5. Mount cdrom – sudo mount /dev/cdrom  /folder
    6. To unmount drive – sudo umount drive
    7. Use /mnt/subfolder for exclusions later

8 Responses to Navigation in Linux

  • jeeana says:

    Thankyou so much. you are an angel. ths and bless u

  • Xavier says:

    Great Class. Thank You.

  • mustafa mahmoud ebied says:

    thank you too muth

  • Mark Anthony Lambe says:

    Hi Eli,

    Your videos are amazing, Im moving into the IT field from the Project management side from Construction back ground. Enrolled into Valencia College in Orlando,Fl. in the C.E.T. Just
    went through my Cyber Security class & Vmware with a lot of Linux w/ Backtrack labs. From
    Windows camp & trying to learn as much as possible. Keep them coming, Happy holidays.

    Thank you,
    Mark Lambe

  • Robin Dong says:

    Another great video from everymanit.com.

  • main says:

    you just make life easier for a noob like me.thanks a lot for all that great work

  • Husam says:

    Thanks very much your videos very helpfull

  • Jagadeesh says:

    Hi Eli,

    Thanks a lot for your classes. The way you explain is excellent. I’m feeling very comfortable with Linux commands after going throw your classes.

    /Jagadeesh

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



















Subscribe to me on YouTube