從11月6日到12月6日,
一個月從入門到放棄
目前為止,學習了
FHS,linux檔案架構标準
/ /boot /dev /opt /mnt /media /proc /tmp /usr /etc /lib 等等
檔案的查找
locate
find。
文本處理工具
cat,tac,grep,sed,wc,sort,uniqc,tr,cut,paste,diff,head,tail,less,more,
檔案的操作
cp,mv,rm,mkdir,rmdir,touch,file,stat,tree,ls,ln
vi及vim工具的使用
壓縮解壓縮
tar,gzip,bz2,xz,cpio
使用者、組、檔案權限的管理
useradd usermod userdel
finger,id,chsh,chfn
passwd
groupadd,groupmod,groupdel
newuser,newgrp,
chmod,chown,chgrp,
lsattr,chattr,getfacl,setfacl
磁盤及檔案系統管理
fdisk,gdisk,parted,partx,partprobe,kpartx
mkfs,tune2fs,dume2fs,blk,lsblk,df,dh,dd
mount,umount
進階檔案系統管理
quota, raid,lvm
mdadm
bash shell腳本編寫初級
linux基礎指令
type,who,tty,which,whatis,where,hash,history,date,man,
lscpu,free,
軟體包管理
rpm,yum
通配符glob,管道符|,正規表達式
man 7 glob
bash的快捷操作方式。
本文轉自 lajifeiwomoshu 51CTO部落格,原文連結:http://blog.51cto.com/lajifeiwomoshu/2048503