LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux starting, loading services log ? ( (https://www.linuxquestions.org/questions/linux-newbie-8/linux-starting-loading-services-log-790669/)

hebeles 02-21-2010 10:40 PM

Linux starting, loading services log ? (
 
Hello.

I pc power on, linux loading

services [ OK ]
services [ OK ]
services [ OK ]
services [ OK ]
services [ ERROR ]

this starting services where log ?

for redhat and rhel.

i look var/log but does not have.

thanks.

ericzqma 02-21-2010 10:53 PM

What's your Linux's version?

On Fedora 12 (and most of the modern versions I believe), it is /var/log/boot.log

hebeles 02-21-2010 11:00 PM

rhel 5.4 ,

i look boot log, no available. :(

ericzqma 02-21-2010 11:10 PM

Oh, I see. You must get the message "Permission denied".
Try to cat is as root:
$ su
# cat /var/log/boot.log

Or
$ sudo cat /var/log/boot.log (if you are in sudoers list)


All times are GMT -5. The time now is 07:34 PM.