Linux - one command per day--stat

stat(status)

功能說明:顯示inode內容。

語  法:stat [文件或目錄]

補充說明:stat以文字的格式來顯示inode的內容


we@ubuntu:~/test$ stat 99.txt
  File: `99.txt'
  Size: 16            Blocks: 8          IO Block: 4096   regular file
Device: 700h/1792d    Inode: 147278      Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/   qinde)   Gid: ( 1000/   qinde)
Access: 2012-02-01 20:27:29.918374005 -0500
Modify: 2012-01-03 20:59:56.911363002 -0500
Change: 2012-01-03 20:59:56.911363002 -0500




發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章