6 / 55 · 19 Linux & Command Line · Linux Directory Structure← prev⊞ allnext →☰ Read as one page
1.6Hands-On Exercise
- Open a terminal and navigate to
/var/log/. List the files and identify which logs belong to which service. - Find all
.logfiles modified in the last 24 hours anywhere on the system. - Check disk usage on your machine. Which directory is the largest?
- Navigate to your home directory and explore what configuration files (dotfiles) exist.
- Create a directory structure:
~/qa-practice/tests/unit/,~/qa-practice/tests/integration/,~/qa-practice/tests/e2e/ - Use
tail -fto monitor a log file in real-time while performing an action that generates log entries.