sum lists the checksum, and for most methods the block count, for each file argument. The standard input is read
if there are no
file arguments.
getconf UNIVERSE determines the default
sum method:
att for
the
att universe,
bsd otherwise. The default for the other commands is the command name itself. The
att
method is a true sum, all others are order dependent.
Method names consist of a leading identifier and 0 or more options separated by -.
getconf PATH_RESOLVE determines how symbolic links are handled. This can be explicitly overridden by the --logical
, --metaphysical, and --physical options below. PATH_RESOLVE can be one of:
- logical
Follow all symbolic links.
- metaphysical
Follow command argument symbolic links, otherwise don't follow.
- physical
Don't follow symbolic links.