CmdMounttest is used by agnhost Cobra.
var CmdMounttest = &cobra.Command{ Use: "mounttest", Short: "Creates files with given permissions and outputs FS type, owner, mode, permissions, contents of files", Long: "Creates files with specific file permissions, and outputs the filesystem type, owner, mode, permissions, content of the given files, if they exist.", Args: cobra.MaximumNArgs(0), Run: main, }