What shells are available?

QuestionsQuestions8 SkillsProUser Account ManagementAug, 06 2025
0399

To view the available shells on your system, you can check the /etc/shells file. You can do this by running the following command in the terminal:

cat /etc/shells

This will display a list of all the shells that are installed and available for use on your system. Common shells you might see include:

  • /bin/sh
  • /bin/bash
  • /bin/zsh
  • /bin/dash
  • /bin/fish
  • /usr/bin/tcsh
  • /usr/bin/csh

Make sure to check the output of the command for the specific shells available on your system.

0 Comments

no data
Be the first to share your comment!