Slide 2
Slide 2 text
Fundamentals
ls
List files and directories in the current directory.
cd [dir]
Change the current directory to dir.
mkdir [name]
Create a new directory with the name specified.
cp [source] [dest]
Copy source into dest.
mv [source] [dest]
Move source to dest. This can also be used to
rename files.
rm [file]
Remove file permanently.
man [command]
Open manual page for a command.