X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish-actions.pod;h=d04a663338144541a8fb455ec9a5cb3a7240a623;hp=74242e32aa9390c4372dc796d1e154fca503e807;hb=24bee20ce4196d45891925332a47a05aa5e40938;hpb=e118c14b9552de311cbc1734e03a3226b484c1e8 diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 74242e3..d04a663 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -403,6 +403,20 @@ The first character of C string must be a C<-> (dash). C can be NULL. +=head2 cp + + cp src dest + +This copies a file from C to C where C is +either a destination filename or destination directory. + +=head2 cp-a + + cp-a src dest + +This copies a file or directory from C to C +recursively using the C command. + =head2 debug debug subcmd 'extraargs ...' @@ -415,6 +429,19 @@ There is no comprehensive help for this command. You have to look at the file C in the libguestfs source to find out what you can do. +=head2 dmesg + + dmesg + +This returns the kernel messages (C output) from +the guest kernel. This is sometimes useful for extended +debugging of problems. + +Another way to get the same information is to enable +verbose messages with C or by setting +the environment variable C before +running the program. + =head2 download download remotefilename (filename|-) @@ -428,6 +455,20 @@ See also C, C. Use C<-> instead of a filename to read/write from stdin/stdout. +=head2 drop-caches + + drop-caches whattodrop + +This instructs the guest kernel to drop its page cache, +and/or dentries and inode caches. The parameter C +tells the kernel what precisely to drop, see +L + +Setting C to 3 should drop everything. + +This automatically calls L before the operation, +so that the maximum guest memory is freed. + =head2 exists exists path @@ -785,6 +826,13 @@ the list of devices (eg. C, C). Some internal mounts are not shown. +=head2 mv + + mv src dest + +This moves a file from C to C where C is +either a destination filename or destination directory. + =head2 pvcreate pvcreate device