man:
manual
pwd:print working directory
su:swith user
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
檔案結尾的"rc"(如.bashrc、.xinitrc等):resource configuration
knn*** / snn***(位於rcx.d目錄下):k(kill);s(service);nn(執行順序號);***(服務標識)
.a(副檔名a):archive,static library
.so(副檔名so):shared object,dynamically linked library
.o(副檔名o):object file,complied result of c/c++ source file
rpm:red hat package manager
dpkg:debian package manager
apt:advanced package tool(debian或基於debian的發行版中提供)
Linux常用命令及其縮寫解析
linux檔案系統解釋 bin 存放著一百多個linux下常用的命令 工具 dev 存放著linux下所有的裝置檔案 home 使用者主目錄,每建乙個使用者,就會在這裡新建乙個與使用者同名的目錄,給該使用者乙個自己的空間 lost found 顧名思義,一些丟失的檔案可能可以在這裡找到 mnt 外部...
linux常用命令或功能
1.查詢apache安裝位置 先找到apachectl指令碼的位置 whereis apahcectl,然後進入到目錄下面vi apachectl開啟指令碼檔案,最後再通過 命令查詢httpd的位置,其中 user sbin apache2就是apache的安裝位置了,而在 usr sbin中檢視l...
Linux常用命令之Linux常用命令實戰知識點
在在複習linux,這是以前做的筆記,分享一下。linux系統 一切皆檔案 操作檔案就是操作linux系統 一 linux版本 1 redhat 企業版 收費 2 centos redhat的社群版 免費 3 ubuntu 4 紅旗 二 linux的特點 1 多使用者 多工 2 豐富的網路功能 3 ...