Bash
Terminal communication.
📝 3 Prompts
📚 Prompts in this Group
Learn these prompts step by step to master this theme
1
cd ../directory-name
What command do you use to move from your current directory up one level and then directly into a different folder at the same level?
~cd ../directory-name~
2
LS
What terminal command do you use to display the files and folders inside your current directory?
~LS~
stands for List (or List Directory Contents).
3
PWD
Which Linux terminal command displays the full path of the directory you are currently working in?
~PWD~
stands for Print Working Directory.