Which command is used to dump files in octal format?
A.
 od
B.
 octdump
C.
 dumpoct
D.
 cat -o
Explanation:
Answer A is correct. od command dump files in octal and other formats. Example: od test it will display the all contents of file in octal format.