linux aix 查詢inode的命令
red hat linux
Last login: Fri Jul 1 17:08:24 2011 from 192.168.0.82
[oracle@ODD ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda3 15G 14G 863M 95% /
/dev/hda1 487M 17M 445M 4% /boot
none 506M 0 506M 0% /dev/shm
[oracle@ODD ~]$ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/hda3 1974720 336966 1637754 18% /
/dev/hda1 128520 42 128478 1% /boot
none 129328 1 129327 1% /dev/shm
[oracle@ODD ~]$
aix:
# df -g
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd4 14.00 2.92 80% 33614 1% /
/dev/hd2 4.56 3.28 29% 37191 4% /usr
/dev/hd9var 6.00 5.74 5% 688 1% /var
/dev/hd3 4.00 3.83 5% 174 1% /tmp
/proc - - - - - /proc
/dev/hd10opt 4.00 1.54 62% 2579 1% /opt
/dev/fslv00 0.50 0.50 1% 17 1% /home
#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1053633/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux下查詢命令的技巧Linux
- Linux系列之查詢命令Linux
- Linux 5大查詢命令Linux
- Linux man命令查詢功能Linux
- linux 命令與檔案的查詢Linux
- AIX 查詢 LUN 大小AI
- linux下的find檔案查詢命令與grep檔案內容查詢命令Linux
- linux 查詢檔案命令 findLinux
- linux 常用的系統資訊查詢命令Linux
- Linux檔案系統iNode及stat命令Linux
- linux中查詢find命令的複雜用法Linux
- 查詢命令
- Linux 查詢 日誌 相關命令Linux
- Linux基礎命令---查詢程式idLinux
- Linux查詢檢視幫助命令Linux
- Linux檔案內容查詢命令Linux
- AIX與Linux中的ar命令AILinux
- Linux基礎命令---host域名查詢工具Linux
- linux查詢檔案或目錄命令Linux
- Linux檔案內容查詢命令(轉)Linux
- Linux/AIX strings 命令LinuxAI
- linux下find(檔案查詢)命令的用法總結Linux
- Linux檔案查詢命令find,xargs詳述Linux
- 詳解Linux InodeLinux
- sql常用查詢命令SQL
- 檔案查詢命令
- aix用命令查監聽埠對應的程式AI
- Linux使用者資訊查詢命令有哪些?linux運維命令學習Linux運維
- Linux下的五個查詢命令:grep、find、locate、whereis、whichLinux
- Linux下查詢命令對應的RPM安裝包Linux
- linux命令檢視記憶體命令free -h whereis locate find查詢命令Linux記憶體
- 由mv命令引發的對inode的思考
- Linux之ps查詢程式用kill終止命令Linux
- Linux/Unix 檔案查詢命令 find, xargs 詳述Linux
- Linux檔案查詢命令find,xargs詳述(轉)Linux
- LINUX學習(四)在Linux檔案內容查詢命令Linux
- 命令查詢分離的藝術
- Linux中的查詢命令:find、locate、whereis、which、type及其區別Linux