Lesson 3: File Manipulation
Follow the instructions below and try the commands in the terminal on the right.
touch
- Create file
cp
- Copy file
mv
- Move file
rm
- Remove file
help
- Show commands
clear
- Clear terminal
student@linux:
~$