Linux CLI - Navigating the File System
What is wrong with this command sequence?
cd /home/user pwd /home
cd /home/user pwd /home
cd /home/user is valid and changes directory.pwd does not accept directory arguments; it only prints the current directory.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions