X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=java%2Fcom%2Fredhat%2Fet%2Flibguestfs%2FGuestFS.java;fp=java%2Fcom%2Fredhat%2Fet%2Flibguestfs%2FGuestFS.java;h=c664801db518bb4302a6eb5aa914e1a619443cfc;hp=dff2373bf906d2a3b03aa6bb6633d37eec67a0eb;hb=da947eadcfa1367c2d634667068db813a87a6dd1;hpb=0574eab8bc7d8e72db862ec36815835938a5fdf1 diff --git a/java/com/redhat/et/libguestfs/GuestFS.java b/java/com/redhat/et/libguestfs/GuestFS.java index dff2373..c664801 100644 --- a/java/com/redhat/et/libguestfs/GuestFS.java +++ b/java/com/redhat/et/libguestfs/GuestFS.java @@ -3539,15 +3539,19 @@ public HashMap test0rhashtableerr () *

* This command creates a temporary directory. The * "template" parameter should be a full pathname for the - * temporary directory with the six characters being - * "XXXXXX". + * temporary directory name with the final six characters + * being "XXXXXX". *

- * For example: "/tmp/tmpXXXXXX" or "/Temp/tmpXXXXXX", the - * second one being suitable for Windows. + * For example: "/tmp/myprogXXXXXX" or + * "/Temp/myprogXXXXXX", the second one being suitable for + * Windows filesystems. *

* The name of the temporary directory that was created is * returned. *

+ * The temporary directory is created with mode 0700 and is + * owned by root. + *

* The caller is responsible for deleting the temporary * directory and its contents after use. *