Skip to content

libguestfs API: passing custom arguments to file function #101

@Wenzel

Description

@Wenzel

libguestfs API allows you to call the file command from the appliance to identify a file type.

however it is not possible to specify the parameters.
we would like to query only the mime type:

file -i /path/to/file

The current solution is to call g.command() but it relies on the binaries available on the current analyzed disk.
And of course it doesn't work on Windows.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions