sys file browser-capabilities-dbΒΆ

sys file browser-capabilities-db(1)			BIG-IP TMSH Manual		       sys file browser-capabilities-db(1)

NAME
       browser-capabilities-db - Manages a browser capabilities DB file.

MODULE
       sys file

SYNTAX
       Configure the browser-capabilities-db component within the sys file module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create browser-capabilities-db [name]
	modify browser-capabilities-db [name]
	  options:
	    source-path [URL]

   DISPLAY
	list browser-capabilities-db
	list browser-capabilities-db [ [ [name] | [glob] | [regex] ] ... ]

   DELETE
	delete browser-capabilities-db [name]

DESCRIPTION
       You can use the browser-capabilities-db component to create, delete, list or modify an browser capabilities DB file.

EXAMPLES
       create browser-capabilities-db dcdb source-path file:/shared/images/dcdb

       Loads the browser capabilities file from the given path on the local disk into file-store and creates an file named dcdb.

OPTIONS
       checksum
	    A cryptographic hash or checksum of the file contents for use in verification of file integrity.

       create-time
	    Specifies the time at which the file-object was created.

       created-by
	    Specifies the user who originally created the file-object.

       last-update-time
	    Specifies the last time at which the file-object was updated/modified.

       mode Specifies the UNIX file permissions mode for the file associated with this file-object as a numerical value.

       revision
	    Specifies the latest revision of the file. The revision starts with 1 and gets incremented on each update.

       size Specifies the size (in bytes) of the file associated with this file object.

       source-path [path]
	    This attribute takes an absolute path on the local disk, for example:

		 source-path file:/shared/images/filename

       updated-by
	    Specifies the user who last updated the file-object.

SEE ALSO
       create, delete, glob, list, modify, regex, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or mechanical, including
       photocopying, recording, or information storage and retrieval systems, for any purpose other than the purchaser's personal
       use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2014. All rights reserved.

BIG-IP							    2014-12-29			       sys file browser-capabilities-db(1)