CORRECT TEXT
What command is used to display a file in octal format?
Answer: /USR/BIN/HEXDUMP
CORRECT TEXT
What command is used to display a file in octal format?
CORRECT TEXT
What command is used to display a file in octal format?
Answer: /USR/BIN/HEXDUMP
od
od
hexdump can dump to octal also, but od is better since defaults to octal. od can also output hex.