Learn to create, copy, move, and delete files using essential Linux commands. Master touch, cp, mv, and rm to manage files efficiently and safely.
Set up a clean directory for practicing file operations.
cd ~mkdir -p shell-practice/backupscd shell-practicepwdCreate a practice directory with a backups subdirectory. We'll use this safe space to practice file manipulation without risking real files.
New shell-practice directory with backups folder inside. pwd confirms you're in ~/shell-practice