In a default Bash environment, which character most commonly indicates the shell prompt for a regular user?
Which command would you use in Bash to display a list of files and directories in the current working directory?
If you are in the home directory and want to move to the Documents folder, which Bash command would you use?
To quickly view the contents of a text file named notes.txt in the terminal, which Bash command should you use?
Which command displays a list of all current environment variables in a Bash shell?
If you want to check the full path of your current directory in the Bash shell, which command would you use?
What is the Bash command to display the list of previously entered commands during the current session?
Which Bash command should you use to create a new directory named 'projects'?
If your terminal is cluttered and you want to clear the screen in Bash, which command should you type?
Which of the following is the correct name of the default shell on many Linux systems?