Linux CLI - Navigating the File System
Identify the error in this command sequence:
cd /etc pwd -x
cd /etc pwd -x
cd /etc is valid and changes directory to /etc.pwd does not support a -x option, so this causes an error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions