1. 程式人生 > >linux-外殼內核與shell的關系

linux-外殼內核與shell的關系

重新 外殼 技術 ima image tps mas raw ech

linux-外殼內核與shell的關系

內核處於外殼之中,通過外殼與shell(命令行)交互

#####################################################################################################

shell查看

which $SHELL / echo $SHELL

>>> /bin/bash

# 更換bash外殼

sudo apt install zsh

# 查看zsh位置稍後會用到 which zsh

技術分享圖片

# 安裝完畢後執行chsh,輸入當前用戶密碼

技術分享圖片

# 輸入zsh的路徑

技術分享圖片

然後重新連接虛擬機(這兒用的Xshell連接), 輸入 0

技術分享圖片

下載個東西讓命令行更好看,執行命令 sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

技術分享圖片

結束後,命令行就這樣了

技術分享圖片

美滋滋 ~ 。~

linux-外殼內核與shell的關系