GUI——Graphical User Interface 圖形終端
CLI——Command Line Interface 命令行終端
directory——目錄
ls—list files——列出
cd—change directory——改變工做目錄
cp—copy files——複製文件
mv—move files——移動文件
rm—remove files——移除文件
mkdir—make directory——建立目錄
su—switch user——切換用戶
rpm—redhat package manager——紅帽子打包管理器
pwd—print work directory——打印當前工做目錄(絕對路徑)
df—disk free——顯示磁盤可用空間數目信息及空間節點信息
du—disk usage——磁盤使用率
cat—concatenate——鏈接;查看文件內容
ln -s —link -soft —— 軟連接;建立一個軟鏈接
touch——觸摸;建立新的文件
man—manual pages——說明書;幫助
mount——掛載
umount——卸載
tar—tape archive——磁盤歸檔
bash—bourne again shell
passwd—password——密碼
vi—very inconvenient——編輯器
vim—vi imporved——vi改進
wc—word count——字數統計
grep—global regular expression print——全局正則表達式打印
alias—create your own name for a command——微命令建立本身的名字;定義別名正則表達式
若是有錯誤或不詳盡的地方,敬請留言指出。shell