Linux CLI - Navigating the File System
What is the output of the command
echo ~/Documents if the user's home directory is /home/alice?echo ~/Documents if the user's home directory is /home/alice?~ with the full path of the user's home directory, here /home/alice./Documents to /home/alice gives /home/alice/Documents.echo ~/Documents = /home/alice/Documents [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions