linux常用命令英文全稱與中文解釋linux系統
man: manual 意思是手冊,可以用這個命令查詢其他命令的用法。
pwd:print working directory 意思是密碼。
su:switch user 切換使用者,切換到root使用者
cd:change directory 切換目錄
ls:list files 列出目錄下的檔案
ps:process status 程序狀態
mkdir:make directory 建立目錄
rmdir:remove directory 移動目錄
mkfs: make file system 建立檔案系統
fsck:file system check 檔案系統檢查
cat: concatenate 串聯
uname: unix name 系統名稱
df: disk free 空餘硬碟
du: disk usage 硬碟使用率
lsmod: list modules 列表模組
mv: move file 移動檔案
rm: remove file 刪除檔案
cp: copy file 複製檔案
ln: link files 鏈結檔案
fg: foreground 前景
bg: background 背景
chown: change owner 改變所有者
chgrp: change group 改變使用者組
chmod: change mode 改變模式
umount: unmount 解除安裝
dd: 本來應根據其功能描述「convert an copy」命名為「cc」,但「cc」已經被用以代表「c complier」,所以命名為「dd」
tar:tape archive 解壓檔案
ldd:list dynamic dependencies 列出動態相依
insmod:install module 安裝模組
rmmod:remove module 刪除模組
lsmod:list module 列表模組
sudo是superuser do的簡寫
reboot:重啟
logout :退出 登出
binary :二進位制
device:裝置 手段
etcetera:等等 系統配置檔案
recursion:遞迴(-r)
disrecursion:不遞迴)(-d)
force:直接覆蓋(-f)
all:所有的(-a)
list:列出所有資訊(-l)
強制刪除資料夾
rm -rf 目錄檔名稱
Linux常用命令英文全稱與中文解釋
linux常用命令英文全稱與中文解釋 apt advanced packaging tool 高階包裝工具 cp copy file 複製檔案 cat concatenate 串聯 cd change directory 切換目錄 chmod change mode 改變模式 chown chang...
Linux常用命令英文全稱與中文解釋
apt advanced packaging tool 高階包裝工具 cp copy file 複製檔案 cat concatenate 串聯 cd change directory 切換目錄 chmod change mode 改變模式 chown change owner 改變所有者 chgrp...
Linux常用命令英文全稱與中文解釋Linux系統
linux常用命令英文全稱與中文解釋linux系統 man manual 意思是手冊,可以用這個命令查詢其他命令的用法。pwd print working directory 意思是密碼。su swith user 切換使用者,切換到root使用者 cd change directory 切換目錄 ...