Results 1 to 3 of 3
Hi All,
How can view the log files from /var/log?
I tried opening it but could not able to read anything?, its all with mixed up of some symbols and ...
- 01-25-2008 #1Just Joined!
- Join Date
- Dec 2007
- Location
- chennai-TN,India
- Posts
- 42
Reading Log Files
Hi All,
How can view the log files from /var/log?
I tried opening it but could not able to read anything?, its all with mixed up of some symbols and not proper.
Can some one help me on this?
- 01-25-2008 #2
- 01-25-2008 #3
I believe you need to be root in order to read files in /var/log, try switching to root user before attempting to open them
try to do as root
where file.log is the one you wanna readCode:cat /var/log/file.log | less


Reply With Quote