天天看點

linux+cd英文全稱,Linux常用指令英文全稱與中文解釋 (pwd、su、df、du等)

Linux常用指令英文全稱與中文解釋

apt: Advanced Packaging Tool 進階包裝工具

cp: Copy file 複制檔案

cat: Concatenate 串聯

cd:Change directory 切換目錄

chmod: Change mode 改變模式

chown: Change owner 改變所有者

chgrp: Change group 改變使用者組

df: Disk free 空餘硬碟

du: Disk usage 硬碟使用率

dd: 本來應根據其功能描述“Convert an copy”命名為“cc”,但“cc”已經被用以代表“C Complier”,是以命名為“dd”

fg: Foreground 前景

fsck:File system check 檔案系統檢查

insmod:Install module 安裝子產品

ln: Link files 連結檔案

lsmod: List module 清單子產品

ls:List files 列出目錄下的檔案

ldd:List dynamic dependencies 列出動态相依

mv: Move file 移動檔案

mkdir:Make directory 建立目錄

mkfs: Make file system 建立檔案系統

man: Manual 意思是手冊,可以用這個指令查詢其他指令的用法。

ps:Process Status 程序狀态

pwd:Print working directory 顯示目前工作路徑。

rm: Remove file 删除檔案

rmmod:Remove module 删除子產品

rmdir:Remove directory 移動目錄

su:Swith user 切換使用者,切換到root使用者

tar:Tape archive 解壓檔案

umount: Unmount 解除安裝

uname: Unix name 系統名稱

/bin = BINaries

/dev = DEVices

/etc = editable text configurationChest 存放配置檔案的地方,配置檔案的目錄

/opt = Optional application software packages 可選應用軟體包

/lib = library 庫

/proc = processes 程序

/sbin = Superuser binaries 超級使用者的二進制檔案

/tmp = temporary 臨時檔案存放

/usr = Unix shared resources Unix共享資源

/var = Variable 是儲存各種變化的檔案,比如log等等