#fdisk -l 顯示分割槽列表
disk /dev/sda: 500.1 gb, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
units = cylinders of 16065 * 512 = 8225280 bytes
sector size (logical/physical): 512 bytes / 512 bytes
i/o size (minimum/optimal): 512 bytes / 512 bytes
disk identifier: 0x96e93c5b
device boot start end blocks id system
/dev/sda1 1 13 102400 de dell utility
partition 1 does not end on cylinder boundary.
/dev/sda2 13 1926 15360000 7 hpfs/ntfs
/dev/sda3 1926 7132 41818112 7 hpfs/ntfs
/dev/sda4 7132 60802 431104000 f w95 ext'd (lba)
/dev/sda5 7132 20007 103422976 7 hpfs/ntfs
/dev/sda6 20008 41807 175102976 7 hpfs/ntfs
/dev/sda7 * 41807 45723 31459328 83 linux
/dev/sda8 45724 60345 117442560 83 linux
/dev/sda9 60345 60801 3661824 82 linux swap / solaris
#df 檢視掛載點
檔案系統 1k-塊 已用 可用 已用% 掛載點
/dev/sda7 30962748 4199640 25190144 15% /
tmpfs 923908 36 923872 1% /dev/shm
/dev/sda8 115594272 11249116 98473028 11% /home
/dev/sda5 103422972 70400760 33022212 69% /windows/wind
/dev/sda6 175102972 157955588 17147384 91% /windows/wine
#lsof /windows/wind 列出開啟的檔案或目錄
command pid user fd type device size/off node name
soffice.b 3349 tom 32uw reg 8,5 20480 54897 /windows/wind/ziliao.doc
#dig www.google.com 用dig查詢dns伺服器
#mount -t ntfs-3g /dev/sdc3 /mnt 掛載分割槽
#umount /mnt 解除安裝分割槽
Linux常用命令(二)
五 幫助命令 1 man 命令英文原意 manual 命令所在路徑 usr bin man 執行許可權 所有使用者 語法 man 命令或配置檔案 功能描述 獲得幫助資訊 範例 man ls 檢視ls命令的幫助資訊 man services 檢視配置檔案services的幫助資訊 2 info 指令英...
Linux 常用命令(二)
setup命令 root localhost setup 進入進行系統設定 退出 tab quit cp 複製命令 cp 123 321 cp a 123 321 rm命令 刪除命令 r 目錄及檔案 root localhost html rm i qiao.txt rm remove regula...
linux常用命令(二)
more dlfpcsu num pattern linenum file more命令和cat命令一樣,都是檢視檔案內容,但是more命令功能強大很多,支援按頁檢視和直接跳轉等功能。n 從笫n行開始顯示。n 定義螢幕大小為n行,這個最好不要超過當前螢幕所能顯示的行數。pattern 在每個檔案顯示...