In addition to limiting size , we can also limit the number of inodes filesystem objects by specifying the 参数限制索引节点(文件系统对象) 。在使用
Xfs includes another neat feature called " extended attributes . " extended attributes let you associate user - defined data with filesystem objects 扩展属性让您将用户定义的数据同文件系统对象相关联。
Jfs also uses inodes to represent other file system objects , such as the map that describes the allocation state and location on disk of each inode in the fileset Jfs还使用inode来表示其它文件系统对象,如描述文件集中每个inode的分配状态和磁盘位置的映射表。
The gnome programming guidelines recommend the following c code when creating file system objects in shared temporary directories to securely open temporary files 当为了安全地打开临时文件而在共享(临时)目录中创建文件系统对象时, gnome编程向导推荐您使用下面的c代码: