[ Version ( since = "1.0.54" ) ]
public string df () throws Error
report file system disk space usage
This command runs the df
command to report disk space used.
This command is mostly useful for interactive sessions. It is *not* intended that you try to parse the output string. Use statvfs from programs.
this |
A GuestfsSession object |
the returned string, or NULL on error |