Object
Stat objects are returned by the Sys::Filesystem.stat method.
Filesystem does not support suid or sgid semantics.
Filesystem does not truncate file names longer than name_max.
Read-only filesystem
The total number of unused blocks available to unprivileged processes. Identical to blocks at the moment.
Total number of files/inodes that can be created on the file system. This attribute is always nil on MS Windows.
Total number of available files/inodes for unprivileged processes that can be created on the file system. This attribute is always nil on MS Windows.
Total number of free files/inodes that can be created on the file system. This attribute is always nil on MS Windows.
Total number of files/inodes that can be created on the file system. This attribute is always nil on MS Windows.
Total number of available files/inodes for unprivileged processes that can be created on the file system. This attribute is always nil on MS Windows.
Creates a new Sys::Filesystem::Stat object. This is meant for internal use only. Do not instantiate directly.
# File lib/unix/sys/filesystem.rb, line 309 def initialize @path = nil @block_size = nil @fragment_size = nil @blocks = nil @blocks_free = nil @blocks_available = nil @files = nil @files_free = nil @files_available = nil @filesystem_id = nil @flags = nil @name_max = nil @base_type = nil end
Generated with the Darkfish Rdoc Generator 2.