What are common terminal prompts?

0198

Common terminal prompts include:

  1. Bash Shell:

    • $ for regular users
    • # for the root user
  2. Zsh Shell:

    • % for regular users
    • # for the root user
  3. Fish Shell:

    • > for regular users
    • # for the root user
  4. PowerShell (Windows):

    • PS>
  5. Command Prompt (Windows):

    • C:\>

These prompts indicate that the terminal is ready to accept commands, and they may vary based on user permissions and the shell being used.

0 Comments

no data
Be the first to share your comment!