Changeset 99264 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Apr 3, 2023 3:37:08 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156647
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-guestcontrol.xml
r99154 r99264 256 256 </cmdsynopsis> 257 257 258 <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-fsinfo"> 259 <command>VBoxManage guestcontrol</command> 260 <group choice="req"> 261 <arg choice="plain"><replaceable>uuid</replaceable></arg> 262 <arg choice="plain"><replaceable>vmname</replaceable></arg> 263 </group> 264 <arg choice="plain">fsinfo</arg> 265 <arg>--domain=<replaceable>domainname</replaceable></arg> 266 <group> 267 <arg choice="plain">--passwordfile=<replaceable>password-file</replaceable></arg> 268 <arg choice="plain">--password=<replaceable>password</replaceable></arg> 269 </group> 270 <arg>--human-readable</arg> 271 <arg>--quiet</arg> 272 <arg>--username=<replaceable>username</replaceable></arg> 273 <arg>--verbose</arg> 274 <arg choice="req"><replaceable>path</replaceable></arg> 275 </cmdsynopsis> 276 258 277 <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-stat"> 259 278 <command>VBoxManage guestcontrol</command> … … 392 411 authentication. The subcommands are: 393 412 <command>copyfrom</command>, <command>copyto</command>, 413 <command>fsinfo</command>, 394 414 <command>mkdir</command>, <command>mktemp</command>, 395 415 <command>mv</command>, <command>rmdir</command>, … … 773 793 use wildcards to specify multiple files. For example, 774 794 <filename>C:\Windows\System*\*.dll</filename>. 795 </para></listitem> 796 </varlistentry> 797 </variablelist> 798 </refsect2> 799 <refsect2 id="vboxmanage-guestcontrol-fsinfo"> 800 <title>Show guest filesystem information.</title> 801 <remark role="help-copy-synopsis"/> 802 <para> 803 The <command>VBoxManage guestcontrol 804 <replaceable>vmname</replaceable> fsinfo</command> command 805 enables you to show filesystem information of the guest VM. 806 </para> 807 <para> 808 An alternate form of this subcommand is <command>df</command>. 809 </para> 810 <variablelist> 811 <varlistentry> 812 <term><option>--human-readable</option></term> 813 <listitem><para> 814 Shows the disk sizes in a human readable form. 815 </para> 816 </listitem> 817 </varlistentry> 818 <varlistentry> 819 <term><literal><replaceable>guest-path</replaceable> [<replaceable>guest-path</replaceable>...]</literal></term> 820 <listitem><para> 821 Specifies an absolute path to show guest filesystem 822 information for. 775 823 </para></listitem> 776 824 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.