Unix ops lab

Files and paths

Create, copy, move, remove, and find files safely.

0/25 lessons 0/7 missions
Command coverage

Commands you will practice here.

ls [-la] [path]

List fake files and folders.

mkdir <name>

Create a folder.

touch <file>

Create an empty file.

cat <file>

Print text file contents.

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.

stat <path>

Show fake file details.