logo © 1996 Phil Waclawski
Felitaur Site
Offerings
About Me
Crafts
Services
ftp files
Help Files
What's New?
Home Page
Other Links
Anatomy &
Physiology
Arthropods
Biology
Computers
Ferrets
Fun Links
Internet
Linux
S.C.A.
Win 95/NT
Comments or
Suggestions
webmaster@ felitaur.com
   
Move, Copy, Link Files and Directories
Lecture Overview Index | Linux SysAdmin Homepage
Overview
Goals
  • Understand how to move and rename files
  • Learn about the power of links.
  • How to copy files, and what that does to file permissions
  • How to make and delete directories. The following programs/files/directories will be discussed for this topic
    • mv
    • rename
    • cp
    • mkdir
    • rmdir (useless?)
    • rm -r
    • ln -s
    • *
    • ?
  • Questions
    • What is the difference between a symbolic link and a hard link?
    • Why is rmdir nearly totally useless?
    • How do you move a directory and all subdirectories to another location? (ie what is the option you must specify)
    • What option will warn you if you are about to wipe a file/directory out with a mv , cp or rm command?
    • How do you rename a file? Rename a directory?
    Activities & Assignments
    Resources
  • Rename (great command that lets you mass rename files based on patterns