LPI Exam Questions

Which command is used to dump files in octal format?

Which command is used to dump files in octal format?

A.
od

B.
octdump

C.
dumpoct

D.
cat -o

Explanation/Reference:
From the man pages:
Write an unambiguous representation, octal bytes by default, of FILE [or stdin, if no file is specified] to standard output.