網頁

2013年2月12日 星期二

查看您的Linux有安裝什麼shell&版號

你可以輸入
cat /etc/shells

將列出你的系統中可以使用的shell


# /etc/shells: valid login shells
/bin/sh
/bin/dash
/bin/bash
/bin/rbash
/bin/ksh93
/bin/tcsh
/usr/bin/tcsh


如何你要查看shell的版本號您可以輸入
bash --version


ls -l `cat /etc/shells`

沒有留言:

張貼留言