Linux CLI - Navigating the File System
Which of the following commands will correctly display the current directory path in a Linux shell?
pwd prints the current directory path. cd changes directory, ls -l lists files, and whoami shows the user.pwd outputs the current directory path directly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions