Which command is used to display a file contents in octal form?
A. cd
B. od
C. of
D. oct
E. None of the above
Answer: Option B
Solution (By Examveda Team)
In Unix, the od command is used to display file contents in octal form. It stands for "octal dump".So, od is the correct command to display a file's contents in octal form.
Join The Discussion