logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fs_setverify - Enables or disables data verification for AFS store data operations [Windows only]

Cautions

       The fssetverify command is only available on Microsoft Windows.  There is no equivalent for other
       platforms.

Description

       The fssetverify command sets the status of data verification for store data operations in the AFS
       client. When enabled, each store data operation is followed by a matching fetch data request.  If the
       data does not match, the operation is repeated. The complement of this command is fsgetverify, which
       shows the status of data verification in the client.

       The default data verification status is disabled.

       This is a global setting and applies to all subsequent connections to an AFS File Server from this Cache
       Manager. There is no way to enable or disable enverifyion for specific connections.

Examples

       There are only four ways to invoke fssetverify.  Either of:

          % fs setverify -verify on
          % fs setverify on

       will enable data verification and:

          % fs setverify -verify off
          % fs setverify off

       will disable data verification.

Name

       fs_setverify - Enables or disables data verification for AFS store data operations [Windows only]

Options

-verify <on/off>
           This  is the only option to fssetverify. The -verify option takes either "on" or "off". "on" enables
           data verification. "off" disables data verification. Since this is the  only  option,  the  "-verify"
           flag may be omitted.

           0 and 1 or "true" and "false" are not supported as replacements for "on" and "off".

       -help
           Prints the online help for this command. All other valid options are ignored.

Output

       This command produces no output other than error messages.

Privilege Required

       The issuer must be logged in as the local superuser root.

See Also

fs_getverify(1)

Synopsis

fssetverify [-verify] <on/off> [-help]

See Also