File Commands
- cp fromfile tofile
- Copy from the fromfile to the tofile (the original file is not changed)
- mv fromfile tofile
- Move the fromfile to the tofile
- rm file
- Remove the file named file
- mkdir newdir
- rmdir dir
- Remove an (empty) directory
Notes:
No notes for slide 20