File System Navigation Commands
Learn the commands needed to navigate the file system.
Bash commands
We’re ready to learn our first Bash commands! The following are the steps to execute a shell command:
- Open the terminal window.
- Type the command there.
- Press “Enter.”
The shell will execute our command.
When the shell is busy, it cannot process our input. We can distinguish the shell’s state by the command prompt, a sequence of one or more characters. The default prompt is the #
sign. If the shell prints the prompt, it’s ready to execute our command.
We can take the following actions to navigate the file system:
- Display the current directory.
- Go to a specified disk drive or
Navigating the file system