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_getverify - Displays the state of data verification for AFS store operations [Windows only]

Cautions

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

Description

       The fsgetverify command shows 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 fssetverify which sets
       the status of data verification in the client.

Examples

       There is only one way to invoke fsgetverify:

          % fs getverify

Name

       fs_getverify - Displays the state of data verification for AFS store operations [Windows only]

Options

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

Output

       If data verification is enabled, the output is:

          Data verify mode is currently on.

       If data verification is disabled, the output is:

          Data verify mode is currently off.

Privilege Required

       No special privileges are required for this command.

See Also

fs_setverify(1)

Synopsis

fsgetverify [-help]

See Also