Felitaur Site
Offerings
|
   
|
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 |
- Unix Help
- Unix is a Four Letter Word
Rename (great command that lets you mass rename files based on patterns
|
|
|