Skip to main content
DevOpsLabTH.dev

Hidden files (the dot convention)

Filenames that start with a dot are hidden from default `ls`. Reveal them with `ls -a`. The convention covers `.bashrc`, `.ssh/`, `.git/`, `.env`.

Sign in to start the lab