Linux CLI - Linux Basics and Terminal
You want to check your current directory, list all files including hidden ones, and then move to the parent directory. Which command sequence is correct?
pwd prints the current directory path.ls -a lists all files, including those starting with dot (hidden).cd .. moves up one directory level.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions