LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unreadable format (https://www.linuxquestions.org/questions/linux-newbie-8/unreadable-format-218647/)

praveenv 08-17-2004 03:53 AM

Unreadable format
 
When I open some files ( Most System Command files and log files ) in vi. It is displaying unreadable format , is there any way to read contents of these files?


Any help regarding....... ?

MasterC 08-17-2004 04:02 AM

What are you trying to open them with? The system files are likely binary data files, therefore aren't readable. However, you can read and view their source, not the compiled binary if that is what you are looking to do...

As for your logs, that's odd.

Try:
less /var/log/whatever
In a terminal to read your log files.

Cool


All times are GMT -5. The time now is 09:22 PM.