翻訳と辞書
Words near each other
・ injection
・ ink printer
・ inkjet printer
・ inline
・ inline image
・ inmos transputer
・ inner class
・ inner join
・ inner product
・ innovada
inode
・ inprise corporation
・ input
・ input device
・ input/output
・ input/output redirection
・ inquiry/response system
・ inria
・ insanely great
・ insertion sort


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

inode : FOLDOC
inode
A data structure holding information about files in a Unix file system. There is an inode for each file and a file is uniquely identified by the file system on which it resides and its inode number on that system. Each inode contains the following information: the device where the inode resides, locking information, mode and type of file, the number of links to the file, the owner's user and group ids, the number of bytes in the file, access and modification times, the time the inode itself was last modified and the addresses of the file's blocks on disk. A Unix directory is an association between file leafnames and inode numbers. A file's inode number can be found using the "-i" switch to ls.
Unix manual page: fs(5).
See also /usr/include/ufs/inode.h.



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.