Linux經常使用命令vim
系統安全:sudo su chmod setfacl安全
進程管理:w top ps kill pkill pstree killall網絡
用戶管理:id usermod useradd groupadd userdelless
文件系統:mount umount fsck df dussh
系統關機和重啓:shutdown rebootcurl
網絡應用:curl telnet mail elinks工具
網絡測試:ping netstat host測試
網絡配置:hostname ifconfigurl
經常使用工具:ssh screen clear who date命令行
軟件包管理:yum rpm apt-get
文件查找和比較:locate find
文件內容查看:head tail less more
文件處理:touch unlink rename Ln cat
目錄操做:cd mv rm pwd tree cp ls
文件權限屬性:setfacl chmod chown chgrp
壓縮/解壓:bzip2/bunzip2 gzip/bunzip zip/unzip tar
文件傳輸:ftp scp
系統定時任務
crontab命令
crontab -e
* * * * * (分時日月周)
at命令
at 2:00 tomorrow
vi/vim
通常模式、編輯模式、命令行模式
通常模式:刪除、複製、粘貼
切換編輯模式:i I o O a A r R