Create a small lab area and make safe file changes inside it.
Mission 05
Files
Create folders and files, then copy, move, and remove fake files safely.
Files and paths
0/25 lessons
0/7 missions
New learnerrank
0XP
0%complete
learner@clairos:/home/learner $
Unix ops lab: type a command, press Enter
Lesson support
What to notice while you play.
Create the folder before touching a file inside it.
Most terminal work is careful path and file manipulation.
- Creating files in the wrong directory.
- Copying a directory when this lab expects a file.
Reference
Commands in this lesson.
mkdir <name>
Create a folder.
touch <file>
Create an empty file.
find [path] [-name text]
Search fake filesystem paths.
cp <src> <dst>
Copy a file.
mv <src> <dst>
Move or rename a file.
rm <file>
Remove one fake file with safeguards.