md5sum

Syntax

md5sum [-c | -s | -w] [<FILE-NAME>]

Description

This command computes and checks the MD5 message digest.

Command context

Service OS (SVOS>)

Parameters

[-c | -s | -w]

Selects the options for the command.

-c

Specifies to check the sums against the list in files.

-s

Specifies not output anything, status code shows success.

-w

Specifies to warn about improperly formatted checksum lines.

<FILE-NAME>

Specifies the file name to run the checksum against.

Authority

Administrators or local user group members with execution rights for this command.

Example

Computing and checking the MD5 message digest for /nos/primary.swi:

SVOS> md5sum /nos/primary.swi
93ffc89e7ec357854704d8e450c4b7ab  /nos/primary.swi
SVOS>