Practice Drill

Goal: Complete this drill from memory in the terminal below.

Create /tmp/lab/app/logs/ in one command. Create 3 empty files. Copy one to logs/, rename one, delete one. Create a symlink /tmp/lab/current pointing to /tmp/lab/app.

Tip: mkdir -p handles nested paths. ln -s takes real path first, then symlink name.