macOS echoコマンドを使用して使っているシェルを表示する

環境
macOS

操作方法1
% echo $SHELL
/bin/zsh
使っているシェルを表示するには、「 echo $SHELL 」を使用します。

操作方法2
利用できるシェルを確認します
cat /etc/shells
結果

% cat /etc/shells
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.

/bin/bash
/bin/csh
/bin/dash
/bin/ksh
/bin/sh
/bin/tcsh
/bin/zsh

 

IT

Posted by arkgame